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);
311 const char *fdt_find_string_(const char *strtab, int tabsize, const char *s) in fdt_find_string_() argument314 const char *last = strtab + tabsize - len; in fdt_find_string_()
79 my $tabsize = 8;121 --tab-size=n set the number of spaces for tab (default $tabsize)319 'tab-size=i' => \$tabsize,401 die "$P: Invalid TAB size: $tabsize\n" if ($tabsize < 2);1537 for (; ($n % $tabsize) != 0; $n++) {2567 my $source_indent = $tabsize;3930 s/(^\+.*) {$tabsize,$tabsize}\t/$1\t\t/) {}3966 if ($indent % $tabsize) {3970 $fixed[$fixlinenr] =~ s@(^\+\t+) +@$1 . "\t" x ($indent/$tabsize)@e;3988 "\t" x ($pos / $tabsize) .[all …]