Searched refs:tabs (Results 1 – 16 of 16) sorted by relevance
/linux-4.1.27/Documentation/DocBook/media/ |
D | Makefile | 213 expand --tabs=8 < $< | \ 224 expand --tabs=8 < $< | \ 235 expand --tabs=8 < $< | \ 246 expand --tabs=8 < $< | \ 257 expand --tabs=8 < $< | \ 268 expand --tabs=8 < $< | \ 279 expand --tabs=8 < $< | \
|
/linux-4.1.27/scripts/coccinelle/misc/ |
D | ifcol.cocci | 7 /// calculation does not distinguish between spaces and tabs, so code that
|
/linux-4.1.27/Documentation/ |
D | email-clients.txt | 25 patch text untouched. For example, they should not modify or delete tabs 43 because tabs are converted to spaces. Using xclipboard, xclip, and/or 255 Gmail web client converts tabs to spaces automatically.
|
D | CodingStyle | 506 (defun c-lineup-arglist-tabs-only (ignored) 507 "Line up argument lists by tabs, not spaces" 519 "linux-tabs-only" 523 c-lineup-arglist-tabs-only)))))) 532 (setq indent-tabs-mode t) 534 (c-set-style "linux-tabs-only")))))
|
D | parport.txt | 143 with tabs. These values might not have any sensible
|
D | dynamic-debug-howto.txt | 92 by spaces or tabs. So these are all equivalent:
|
/linux-4.1.27/scripts/ |
D | checkpatch.pl | 2747 my $tabs = length($1) + 1; 2748 if ($prevline =~ /^\+\t{$tabs,$tabs}break\b/ || 2749 ($prevline =~ /^\+\t{$tabs,$tabs}return\b/ && 2751 $lines[$linenr] !~ /^[ \+]\t{$tabs,$tabs}return/)) { 2760 my $tabs = $1; 2761 if ($prevline =~ /^\+$tabs(?:goto|return)\b/) {
|
/linux-4.1.27/Documentation/DocBook/ |
D | Makefile | 191 expand --tabs=8 < $< | \
|
/linux-4.1.27/Documentation/zh_CN/ |
D | CodingStyle | 426 (setq indent-tabs-mode t)
|
/linux-4.1.27/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-4.1.27/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-4.1.27/drivers/gpu/drm/ |
D | drm_dp_mst_topology.c | 2713 int tabs = mstb->lct; in drm_dp_mst_dump_mstb() local 2717 for (i = 0; i < tabs; i++) in drm_dp_mst_dump_mstb()
|
/linux-4.1.27/Documentation/powerpc/ |
D | hvcs.txt | 8 NOTE:Eight space tabs are the optimum editor setting for reading this file.
|
/linux-4.1.27/Documentation/video4linux/ |
D | v4l2-controls.txt | 727 A fully featured GUI can make a dialog with multiple tabs with each tab
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | i915_debugfs.c | 2495 static void intel_seq_print_mode(struct seq_file *m, int tabs, in intel_seq_print_mode() argument 2500 for (i = 0; i < tabs; i++) in intel_seq_print_mode()
|