Searched refs:tabsize (Results 1 – 3 of 3) sorted by relevance
26 const char *fdt_find_string_(const char *strtab, int tabsize, const char *s);
295 const char *fdt_find_string_(const char *strtab, int tabsize, const char *s) in fdt_find_string_() argument298 const char *last = strtab + tabsize - len; in fdt_find_string_()
68 my $tabsize = 8;224 'tab-size=i' => \$tabsize,279 die "Invalid TAB size: $tabsize\n" if ($tabsize < 2);1255 for (; ($n % $tabsize) != 0; $n++) {2268 my $source_indent = $tabsize;3387 s/(^\+.*) {$tabsize,$tabsize}\t/$1\t\t/) {}3409 if ($indent % $tabsize) {3431 "\t" x ($pos / $tabsize) .3432 " " x ($pos % $tabsize);3903 (($sindent % $tabsize) != 0 ||[all …]
Completed in 9 milliseconds