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;117 --tab-size=n set the number of spaces for tab (default $tabsize)315 'tab-size=i' => \$tabsize,397 die "$P: Invalid TAB size: $tabsize\n" if ($tabsize < 2);1533 for (; ($n % $tabsize) != 0; $n++) {2563 my $source_indent = $tabsize;3921 s/(^\+.*) {$tabsize,$tabsize}\t/$1\t\t/) {}3957 if ($indent % $tabsize) {3961 $fixed[$fixlinenr] =~ s@(^\+\t+) +@$1 . "\t" x ($indent/$tabsize)@e;3979 "\t" x ($pos / $tabsize) .[all …]