Searched refs:tabs (Results 1 – 20 of 20) sorted by relevance
/Linux-v5.10/Documentation/translations/zh_CN/process/ |
D | coding-style.rst | 516 (defun c-lineup-arglist-tabs-only (ignored) 517 "Line up argument lists by tabs, not spaces" 531 (arglist-close . c-lineup-arglist-tabs-only) 533 (c-lineup-gcc-asm-reg c-lineup-arglist-tabs-only)) 555 (indent-tabs-mode . t)
|
/Linux-v5.10/scripts/coccinelle/misc/ |
D | ifcol.cocci | 8 //# calculation does not distinguish between spaces and tabs, so code that
|
/Linux-v5.10/Documentation/ABI/testing/ |
D | debugfs-cec-error-inj | 12 Leading spaces/tabs are ignored. If the next character is a '#' or the
|
/Linux-v5.10/Documentation/process/ |
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 321 Gmail web client converts tabs to spaces automatically.
|
D | coding-style.rst | 614 (defun c-lineup-arglist-tabs-only (ignored) 615 "Line up argument lists by tabs, not spaces" 629 (arglist-close . c-lineup-arglist-tabs-only) 631 (c-lineup-gcc-asm-reg c-lineup-arglist-tabs-only)) 653 (indent-tabs-mode . t)
|
/Linux-v5.10/scripts/ |
D | checkpatch.pl | 3666 my $tabs = length($1) + 1; 3667 if ($prevline =~ /^\+\t{$tabs,$tabs}break\b/ || 3668 ($prevline =~ /^\+\t{$tabs,$tabs}return\b/ && 3670 $lines[$linenr] !~ /^[ \+]\t{$tabs,$tabs}return/)) { 3679 my $tabs = $1; 3680 if ($prevline =~ /^\+$tabs(?:goto|return)\b/) {
|
/Linux-v5.10/Documentation/translations/it_IT/process/ |
D | coding-style.rst | 597 (defun c-lineup-arglist-tabs-only (ignored) 598 "Line up argument lists by tabs, not spaces" 612 (arglist-close . c-lineup-arglist-tabs-only) 614 (c-lineup-gcc-asm-reg c-lineup-arglist-tabs-only)) 636 (indent-tabs-mode . t)
|
/Linux-v5.10/Documentation/devicetree/ |
D | writing-schema.rst | 73 binding. Note: YAML doesn't allow leading tabs, so spaces must be used instead.
|
/Linux-v5.10/Documentation/driver-api/media/ |
D | cec-core.rst | 318 Leading spaces/tabs are ignored. If the next character is a ``#`` or the end of the 350 spaces or tabs have already been skipped. It is a single line only (so there
|
D | v4l2-controls.rst | 791 A fully featured GUI can make a dialog with multiple tabs with each tab
|
/Linux-v5.10/Documentation/admin-guide/ |
D | parport.rst | 148 with tabs. These values might not have any sensible
|
D | dynamic-debug-howto.rst | 102 by spaces or tabs. So these are all equivalent::
|
/Linux-v5.10/arch/x86/crypto/ |
D | sha512-ssse3-asm.S | 171 # by two tabs.
|
D | aesni-intel_avx-x86_64.S | 119 ## for GHASH part, two tabs is for AES part.
|
/Linux-v5.10/drivers/gpu/drm/i915/display/ |
D | intel_display_debugfs.c | 556 static void intel_seq_print_mode(struct seq_file *m, int tabs, in intel_seq_print_mode() argument 561 for (i = 0; i < tabs; i++) in intel_seq_print_mode()
|
/Linux-v5.10/Documentation/scsi/ |
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-v5.10/Documentation/userspace-api/media/cec/ |
D | cec-pin-error-inj.rst | 86 Leading spaces/tabs are ignored. If the next character is a ``#`` or the end
|
/Linux-v5.10/Documentation/kbuild/ |
D | modules.rst | 478 The fields are separated by tabs and values may be empty (e.g.
|
/Linux-v5.10/Documentation/powerpc/ |
D | hvcs.rst | 10 .. NOTE:Eight space tabs are the optimum editor setting for reading this file.
|
/Linux-v5.10/drivers/gpu/drm/ |
D | drm_dp_mst_topology.c | 4716 int tabs = mstb->lct; in drm_dp_mst_dump_mstb() local 4720 for (i = 0; i < tabs; i++) in drm_dp_mst_dump_mstb()
|