Home
last modified time | relevance | path

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

/linux-6.6.21/Documentation/translations/zh_TW/process/
Dcoding-style.rst519 (defun c-lineup-arglist-tabs-only (ignored)
520 "Line up argument lists by tabs, not spaces"
534 (arglist-close . c-lineup-arglist-tabs-only)
536 (c-lineup-gcc-asm-reg c-lineup-arglist-tabs-only))
558 (indent-tabs-mode . t)
/linux-6.6.21/Documentation/translations/zh_CN/process/
Dcoding-style.rst593 (defun c-lineup-arglist-tabs-only (ignored)
594 "Line up argument lists by tabs, not spaces"
608 (arglist-close . c-lineup-arglist-tabs-only)
610 (c-lineup-gcc-asm-reg c-lineup-arglist-tabs-only))
632 (indent-tabs-mode . t)
/linux-6.6.21/scripts/coccinelle/misc/
Difcol.cocci8 //# calculation does not distinguish between spaces and tabs, so code that
/linux-6.6.21/Documentation/ABI/testing/
Ddebugfs-cec-error-inj12 Leading spaces/tabs are ignored. If the next character is a '#' or the
/linux-6.6.21/Documentation/process/
Demail-clients.rst34 patch text untouched. For example, they should not modify or delete tabs
52 because tabs are converted to spaces. Using xclipboard, xclip, and/or
346 Gmail web client converts tabs to spaces automatically.
Dcoding-style.rst665 (defun c-lineup-arglist-tabs-only (ignored)
666 "Line up argument lists by tabs, not spaces"
680 (arglist-close . c-lineup-arglist-tabs-only)
682 (c-lineup-gcc-asm-reg c-lineup-arglist-tabs-only))
704 (indent-tabs-mode . t)
Dmaintainer-kvm-x86.rst39 using finer-grained topic branches is to make it easier to keep tabs on an area
/linux-6.6.21/scripts/
Dcheckpatch.pl4169 my $tabs = length($1) + 1;
4170 if ($prevline =~ /^\+\t{$tabs,$tabs}break\b/ ||
4171 ($prevline =~ /^\+\t{$tabs,$tabs}return\b/ &&
4173 $lines[$linenr] !~ /^[ \+]\t{$tabs,$tabs}return/)) {
4183 my $tabs = $1;
4184 if ($prevline =~ /^\+$tabs(goto|return|break)\b/) {
/linux-6.6.21/Documentation/devicetree/bindings/
Dwriting-schema.rst76 binding. Note: YAML doesn't allow leading tabs, so spaces must be used instead.
/linux-6.6.21/Documentation/rust/
Dcoding-guidelines.rst23 than tabs.
/linux-6.6.21/Documentation/translations/it_IT/process/
Dcoding-style.rst657 (defun c-lineup-arglist-tabs-only (ignored)
658 "Line up argument lists by tabs, not spaces"
672 (arglist-close . c-lineup-arglist-tabs-only)
674 (c-lineup-gcc-asm-reg c-lineup-arglist-tabs-only))
696 (indent-tabs-mode . t)
/linux-6.6.21/Documentation/driver-api/media/
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
Dv4l2-controls.rst791 A fully featured GUI can make a dialog with multiple tabs with each tab
/linux-6.6.21/drivers/gpu/drm/i915/display/
Dintel_display_debugfs.c157 static void intel_seq_print_mode(struct seq_file *m, int tabs, in intel_seq_print_mode() argument
162 for (i = 0; i < tabs; i++) in intel_seq_print_mode()
/linux-6.6.21/Documentation/admin-guide/
Dparport.rst148 with tabs. These values might not have any sensible
Ddynamic-debug-howto.rst76 by spaces or tabs. So these are all equivalent::
/linux-6.6.21/Documentation/translations/sp_SP/process/
Dcoding-style.rst684 (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-6.6.21/arch/x86/crypto/
Dsha512-ssse3-asm.S168 # by two tabs.
Daesni-intel_avx-x86_64.S119 ## for GHASH part, two tabs is for AES part.
/linux-6.6.21/Documentation/scsi/
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-6.6.21/Documentation/kbuild/
Dmodules.rst478 The fields are separated by tabs and values may be empty (e.g.
/linux-6.6.21/Documentation/userspace-api/media/cec/
Dcec-pin-error-inj.rst88 Leading spaces/tabs are ignored. If the next character is a ``#`` or the end
/linux-6.6.21/Documentation/dev-tools/
Dcheckpatch.rst656 Code indent should use tabs instead of spaces.
663 Indentation with 6 or more tabs usually indicate overly indented
/linux-6.6.21/Documentation/powerpc/
Dhvcs.rst10 .. NOTE:Eight space tabs are the optimum editor setting for reading this file.
/linux-6.6.21/drivers/gpu/drm/display/
Ddrm_dp_mst_topology.c4747 int tabs = mstb->lct; in drm_dp_mst_dump_mstb() local
4751 for (i = 0; i < tabs; i++) in drm_dp_mst_dump_mstb()