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_()
75 my $tabsize = 8;312 'tab-size=i' => \$tabsize,395 die "$P: Invalid TAB size: $tabsize\n" if ($tabsize < 2);1495 for (; ($n % $tabsize) != 0; $n++) {2525 my $source_indent = $tabsize;3911 s/(^\+.*) {$tabsize,$tabsize}\t/$1\t\t/) {}3947 if ($indent % $tabsize) {3969 "\t" x ($pos / $tabsize) .3970 " " x ($pos % $tabsize);4450 (($sindent % $tabsize) != 0 ||[all …]
Completed in 9 milliseconds