Searched refs:tabsize (Results 1 – 3 of 3) sorted by relevance
23 const char *fdt_find_string_(const char *strtab, int tabsize, const char *s);
315 const char *fdt_find_string_(const char *strtab, int tabsize, const char *s) in fdt_find_string_() argument318 const char *last = strtab + tabsize - len; in fdt_find_string_()
75 my $tabsize = 8;334 'tab-size=i' => \$tabsize,416 die "$P: Invalid TAB size: $tabsize\n" if ($tabsize < 2);1545 for (; ($n % $tabsize) != 0; $n++) {2575 my $source_indent = $tabsize;3932 s/(^\+.*) {$tabsize,$tabsize}\t/$1\t\t/) {}3968 if ($indent % $tabsize) {3990 "\t" x ($pos / $tabsize) .3991 " " x ($pos % $tabsize);4461 (($sindent % $tabsize) != 0 ||[all …]
Completed in 10 milliseconds