Home
last modified time | relevance | path

Searched refs:tabsize (Results 1 – 2 of 2) sorted by relevance

/linux/scripts/
H A Dcheckpatch.pl75 my $tabsize = 8;
118 --tab-size=n set the number of spaces for tab (default $tabsize)
334 'tab-size=i' => \$tabsize,
416 die "$P: Invalid TAB size: $tabsize\n" if ($tabsize < 2);
1549 for (; ($n % $tabsize) != 0; $n++) {
2579 my $source_indent = $tabsize;
3948 s/(^\+.*) {$tabsize,$tabsize}\t/$1\t\t/) {}
3984 if ($indent % $tabsize) {
3988 $fixed[$fixlinenr] =~ s@(^\+\t+) +@$1 . "\t" x ($indent/$tabsize)@e;
4006 "\t" x ($pos / $tabsize) .
[all …]
/linux/drivers/media/usb/gspca/
H A Dvc032x.c3088 const u8 *tab, u8 tabsize, u16 addr) in put_tab_to_reg() argument
3093 for (j = 0; j < tabsize; j++) in put_tab_to_reg()