Searched refs:tabsize (Results 1 – 2 of 2) sorted by relevance
75 my $tabsize = 8;118 --tab-size=n set the number of spaces for tab (default $tabsize)334 'tab-size=i' => \$tabsize,415 # skip TAB size 1 to avoid additional checks on $tabsize - 1416 die "$P: Invalid TAB size: $tabsize\n" if ($tabsize < 2);1553 for (; ($n % $tabsize) != 0; $n++) {2583 my $source_indent = $tabsize;3943 # more than $tabsize must use tabs.3962 s/(^\+.*) {$tabsize,[all...]
3088 const u8 *tab, u8 tabsize, u16 addr) in put_tab_to_reg() argument3093 for (j = 0; j < tabsize; j++) in put_tab_to_reg()