Searched refs:tabs (Results 1 – 17 of 17) sorted by relevance
/Linux-v4.19/Documentation/translations/zh_CN/ |
D | coding-style.rst | 529 (defun c-lineup-arglist-tabs-only (ignored) 530 "Line up argument lists by tabs, not spaces" 542 "linux-tabs-only" 546 c-lineup-arglist-tabs-only)))))) 555 (setq indent-tabs-mode t) 557 (c-set-style "linux-tabs-only")))))
|
/Linux-v4.19/scripts/coccinelle/misc/ |
D | ifcol.cocci | 7 //# calculation does not distinguish between spaces and tabs, so code that
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | debugfs-cec-error-inj | 12 Leading spaces/tabs are ignored. If the next character is a '#' or the
|
/Linux-v4.19/Documentation/process/ |
D | email-clients.rst | 29 patch text untouched. For example, they should not modify or delete tabs 47 because tabs are converted to spaces. Using xclipboard, xclip, and/or 318 Gmail web client converts tabs to spaces automatically.
|
D | coding-style.rst | 586 (defun c-lineup-arglist-tabs-only (ignored) 587 "Line up argument lists by tabs, not spaces" 599 "linux-tabs-only" 603 c-lineup-arglist-tabs-only)))))) 612 (setq indent-tabs-mode t) 614 (c-set-style "linux-tabs-only")))))
|
/Linux-v4.19/scripts/ |
D | checkpatch.pl | 3369 my $tabs = length($1) + 1; 3370 if ($prevline =~ /^\+\t{$tabs,$tabs}break\b/ || 3371 ($prevline =~ /^\+\t{$tabs,$tabs}return\b/ && 3373 $lines[$linenr] !~ /^[ \+]\t{$tabs,$tabs}return/)) { 3382 my $tabs = $1; 3383 if ($prevline =~ /^\+$tabs(?:goto|return)\b/) {
|
/Linux-v4.19/Documentation/media/kapi/ |
D | cec-core.rst | 318 Leading spaces/tabs are ignored. If the next character is a ``#`` or the end of the 352 spaces or tabs have already been skipped. It is a single line only (so there
|
D | v4l2-controls.rst | 782 A fully featured GUI can make a dialog with multiple tabs with each tab
|
/Linux-v4.19/Documentation/admin-guide/ |
D | parport.rst | 148 with tabs. These values might not have any sensible
|
D | dynamic-debug-howto.rst | 94 by spaces or tabs. So these are all equivalent::
|
/Linux-v4.19/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-v4.19/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-v4.19/Documentation/media/uapi/cec/ |
D | cec-pin-error-inj.rst | 84 Leading spaces/tabs are ignored. If the next character is a ``#`` or the end
|
/Linux-v4.19/drivers/gpu/drm/ |
D | drm_dp_mst_topology.c | 2928 int tabs = mstb->lct; in drm_dp_mst_dump_mstb() local 2932 for (i = 0; i < tabs; i++) in drm_dp_mst_dump_mstb()
|
/Linux-v4.19/Documentation/powerpc/ |
D | hvcs.txt | 8 NOTE:Eight space tabs are the optimum editor setting for reading this file.
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | i915_debugfs.c | 2904 static void intel_seq_print_mode(struct seq_file *m, int tabs, in intel_seq_print_mode() argument 2909 for (i = 0; i < tabs; i++) in intel_seq_print_mode()
|