Searched refs:tabsize (Results 1 – 2 of 2) sorted by relevance
79 my $tabsize = 8;122 --tab-size=n set the number of spaces for tab (default $tabsize)347 'tab-size=i' => \$tabsize,429 # skip TAB size 1 to avoid additional checks on $tabsize - 1430 die "$P: Invalid TAB size: $tabsize\n" if ($tabsize < 2);1572 for (; ($n % $tabsize) != 0; $n++) {2602 my $source_indent = $tabsize;3986 # more than $tabsize must use tabs.4005 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()