Home
last modified time | relevance | path

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

/Linux-v5.15/Documentation/translations/zh_CN/process/
Dcoding-style.rst515 (defun c-lineup-arglist-tabs-only (ignored)
516 "Line up argument lists by tabs, not spaces"
530 (arglist-close . c-lineup-arglist-tabs-only)
532 (c-lineup-gcc-asm-reg c-lineup-arglist-tabs-only))
554 (indent-tabs-mode . t)
/Linux-v5.15/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-v5.15/scripts/coccinelle/misc/
Difcol.cocci8 //# calculation does not distinguish between spaces and tabs, so code that
/Linux-v5.15/Documentation/ABI/testing/
Ddebugfs-cec-error-inj12 Leading spaces/tabs are ignored. If the next character is a '#' or the
/Linux-v5.15/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
321 Gmail web client converts tabs to spaces automatically.
Dcoding-style.rst630 (defun c-lineup-arglist-tabs-only (ignored)
631 "Line up argument lists by tabs, not spaces"
645 (arglist-close . c-lineup-arglist-tabs-only)
647 (c-lineup-gcc-asm-reg c-lineup-arglist-tabs-only))
669 (indent-tabs-mode . t)
/Linux-v5.15/scripts/
Dcheckpatch.pl4016 my $tabs = length($1) + 1;
4017 if ($prevline =~ /^\+\t{$tabs,$tabs}break\b/ ||
4018 ($prevline =~ /^\+\t{$tabs,$tabs}return\b/ &&
4020 $lines[$linenr] !~ /^[ \+]\t{$tabs,$tabs}return/)) {
4030 my $tabs = $1;
4031 if ($prevline =~ /^\+$tabs(goto|return|break)\b/) {
/Linux-v5.15/Documentation/translations/it_IT/process/
Dcoding-style.rst619 (defun c-lineup-arglist-tabs-only (ignored)
620 "Line up argument lists by tabs, not spaces"
634 (arglist-close . c-lineup-arglist-tabs-only)
636 (c-lineup-gcc-asm-reg c-lineup-arglist-tabs-only))
658 (indent-tabs-mode . t)
/Linux-v5.15/Documentation/devicetree/bindings/
Dwriting-schema.rst75 binding. Note: YAML doesn't allow leading tabs, so spaces must be used instead.
/Linux-v5.15/Documentation/driver-api/media/
Dcec-core.rst321 Leading spaces/tabs are ignored. If the next character is a ``#`` or the end of the
353 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-v5.15/Documentation/admin-guide/
Dparport.rst148 with tabs. These values might not have any sensible
Ddynamic-debug-howto.rst102 by spaces or tabs. So these are all equivalent::
/Linux-v5.15/arch/x86/crypto/
Dsha512-ssse3-asm.S167 # by two tabs.
Daesni-intel_avx-x86_64.S119 ## for GHASH part, two tabs is for AES part.
/Linux-v5.15/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-v5.15/drivers/gpu/drm/i915/display/
Dintel_display_debugfs.c600 static void intel_seq_print_mode(struct seq_file *m, int tabs, in intel_seq_print_mode() argument
605 for (i = 0; i < tabs; i++) in intel_seq_print_mode()
/Linux-v5.15/Documentation/dev-tools/
Dcheckpatch.rst649 Code indent should use tabs instead of spaces.
656 Indentation with 6 or more tabs usually indicate overly indented
/Linux-v5.15/Documentation/kbuild/
Dmodules.rst478 The fields are separated by tabs and values may be empty (e.g.
/Linux-v5.15/Documentation/userspace-api/media/cec/
Dcec-pin-error-inj.rst86 Leading spaces/tabs are ignored. If the next character is a ``#`` or the end
/Linux-v5.15/Documentation/powerpc/
Dhvcs.rst10 .. NOTE:Eight space tabs are the optimum editor setting for reading this file.
/Linux-v5.15/drivers/gpu/drm/
Ddrm_dp_mst_topology.c4786 int tabs = mstb->lct; in drm_dp_mst_dump_mstb() local
4790 for (i = 0; i < tabs; i++) in drm_dp_mst_dump_mstb()