| /linux/Documentation/translations/zh_CN/process/ |
| H A D | coding-style.rst | 582 (defun c-lineup-arglist-tabs-only (ignored) 583 "Line up argument lists by tabs, not spaces" 597 (arglist-close . c-lineup-arglist-tabs-only) 599 (c-lineup-gcc-asm-reg c-lineup-arglist-tabs-only)) 621 (indent-tabs-mode . t)
|
| /linux/Documentation/translations/zh_TW/process/ |
| H A D | coding-style.rst | 596 (defun c-lineup-arglist-tabs-only (ignored) 597 "Line up argument lists by tabs, not spaces" 611 (arglist-close . c-lineup-arglist-tabs-only) 613 (c-lineup-gcc-asm-reg c-lineup-arglist-tabs-only)) 635 (indent-tabs-mode . t)
|
| /linux/tools/verification/rvgen/rvgen/ |
| H A D | ltl2k.py | 11 tabs = line.count('\t') 12 return tabs * 7 + len(line)
|
| /linux/scripts/coccinelle/misc/ |
| H A D | ifcol.cocci | 8 //# calculation does not distinguish between spaces and tabs, so code that
|
| /linux/Documentation/ABI/testing/ |
| H A D | debugfs-cec-error-inj | 12 Leading spaces/tabs are ignored. If the next character is a '#' or the
|
| /linux/Documentation/process/ |
| H A D | email-clients.rst | 34 patch text untouched. For example, they should not modify or delete tabs 52 because tabs are converted to spaces. Using xclipboard, xclip, and/or 353 Gmail web client converts tabs to spaces automatically.
|
| H A D | coding-style.rst | 656 (defun c-lineup-arglist-tabs-only (ignored) 657 "Line up argument lists by tabs, not spaces" 671 (arglist-close . c-lineup-arglist-tabs-only) 673 (c-lineup-gcc-asm-reg c-lineup-arglist-tabs-only)) 695 (indent-tabs-mode . t)
|
| H A D | maintainer-kvm-x86.rst | 39 using finer-grained topic branches is to make it easier to keep tabs on an area
|
| /linux/scripts/ |
| H A D | checkpatch.pl | 4214 my $tabs = length($1) + 1; 4215 if ($prevline =~ /^\+\t{$tabs,$tabs}break\b/ || 4216 ($prevline =~ /^\+\t{$tabs,$tabs}return\b/ && 4218 $lines[$linenr] !~ /^[ \+]\t{$tabs,$tabs}return/)) { 4228 my $tabs = $1; 4229 if ($prevline =~ /^\+$tabs(goto|return|break)\b/) {
|
| /linux/Documentation/translations/it_IT/process/ |
| H A D | coding-style.rst | 645 (defun c-lineup-arglist-tabs-only (ignored) 646 "Line up argument lists by tabs, not spaces" 660 (arglist-close . c-lineup-arglist-tabs-only) 662 (c-lineup-gcc-asm-reg c-lineup-arglist-tabs-only)) 684 (indent-tabs-mode . t)
|
| /linux/Documentation/driver-api/media/ |
| H A D | cec-core.rst | 345 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
|
| H A D | v4l2-controls.rst | 788 A fully featured GUI can make a dialog with multiple tabs with each tab
|
| /linux/Documentation/admin-guide/ |
| H A D | parport.rst | 148 with tabs. These values might not have any sensible
|
| H A D | bootconfig.rst | 40 Unlike the kernel command line syntax, white spaces (including tabs) are
|
| H A D | dynamic-debug-howto.rst | 81 by spaces or tabs. So these are all equivalent::
|
| /linux/Documentation/translations/sp_SP/process/ |
| H A D | coding-style.rst | 684 (defun c-lineup-arglist-tabs-only (ignored) 685 "Line up argument lists by tabs, not spaces" 699 (arglist-close . c-lineup-arglist-tabs-only) 701 (c-lineup-gcc-asm-reg c-lineup-arglist-tabs-only)) 723 (indent-tabs-mode . t)
|
| /linux/Documentation/devicetree/bindings/ |
| H A D | writing-schema.rst | 133 Note: YAML doesn't allow leading tabs, so spaces must be used instead.
|
| /linux/lib/crypto/x86/ |
| H A D | sha512-ssse3-asm.S | 167 # by two tabs.
|
| /linux/Documentation/scsi/ |
| H A D | ChangeLog.lpfc | 431 * 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 D | coding-guidelines.rst | 23 than tabs.
|
| /linux/Documentation/kbuild/ |
| H A D | modules.rst | 415 The fields are separated by tabs and values may be empty (e.g.
|
| /linux/Documentation/userspace-api/media/cec/ |
| H A D | cec-pin-error-inj.rst | 95 Leading spaces/tabs are ignored. If the next character is a ``#`` or the end
|
| /linux/Documentation/dev-tools/ |
| H A D | checkpatch.rst | 643 Code indent should use tabs instead of spaces. 650 Indentation with 6 or more tabs usually indicate overly indented
|
| /linux/Documentation/arch/powerpc/ |
| H A D | hvcs.rst | 10 .. NOTE:Eight space tabs are the optimum editor setting for reading this file.
|
| /linux/drivers/gpu/drm/display/ |
| H A D | drm_dp_mst_topology.c | 4846 int tabs = mstb->lct; in drm_dp_mst_dump_mstb() local 4850 for (i = 0; i < tabs; i++) in drm_dp_mst_dump_mstb()
|