Home
last modified time | relevance | path

Searched refs:tabs (Results 1 – 12 of 12) sorted by relevance

/linux/tools/verification/rvgen/rvgen/
H A Dltl2k.py11 tabs = line.count('\t')
12 return tabs * 7 + len(line)
/linux/scripts/coccinelle/misc/
H A Difcol.cocci8 //# calculation does not distinguish between spaces and tabs, so code that
/linux/scripts/
H A Dcheckpatch.pl1572 # Drop the diff line leader and expand tabs
2587 #convert leading spaces to tabs
3942 # at the beginning of a line any tabs must come first and anything
3943 # more than $tabsize must use tabs.
3949 "code indent should use tabs where possible\n" . $herevet) &&
3955 # check for space before tabs.
3959 "please, no space before tabs\n" . $herevet) &&
4214 my $tabs = length($1) + 1;
4215 if ($prevline =~ /^\+\t{$tabs,$tabs}brea
[all...]
/linux/Documentation/driver-api/media/
H A Dcec-core.rst345 Leading spaces/tabs are ignored. If the next character is a ``#`` or the end of the
377 spaces or tabs have already been skipped. It is a single line only (so there
/linux/Documentation/admin-guide/
H A Dparport.rst148 with tabs. These values might not have any sensible
H A Ddynamic-debug-howto.rst81 by spaces or tabs. So these are all equivalent::
/linux/lib/crypto/x86/
H A Dsha512-ssse3-asm.S167 # by two tabs.
/linux/Documentation/scsi/
H A DChangeLog.lpfc431 * Fix some overly long lines and make sure hard tabs are used for
1360 * Minor formatting (spaces to tabs) cleanup in lpfc_sched.h
1416 - mostly replacing groups of 8 spaces with hard tabs and keeping
1426 replacing groups of 8 spaces with hard tabs and keeping lines
1512 * Clean up formatting of elx_sli.h (tabs for indents, 80 column
1703 previous checkins with tabs
/linux/Documentation/rust/
H A Dcoding-guidelines.rst23 than tabs.
/linux/Documentation/process/
H A Dmaintainer-kvm-x86.rst39 using finer-grained topic branches is to make it easier to keep tabs on an area
/linux/Documentation/arch/powerpc/
H A Dhvcs.rst10 .. NOTE:Eight space tabs are the optimum editor setting for reading this file.
/linux/drivers/gpu/drm/display/
H A Ddrm_dp_mst_topology.c4846 int tabs = mstb->lct; in drm_dp_mst_dump_mstb() local
4850 for (i = 0; i < tabs; i++) in drm_dp_mst_dump_mstb()