Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/DocBook/media/
DMakefile213 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/
Difcol.cocci7 /// calculation does not distinguish between spaces and tabs, so code that
/linux-4.1.27/Documentation/
Demail-clients.txt25 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.
DCodingStyle506 (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")))))
Dparport.txt143 with tabs. These values might not have any sensible
Ddynamic-debug-howto.txt92 by spaces or tabs. So these are all equivalent:
/linux-4.1.27/scripts/
Dcheckpatch.pl2747 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/
DMakefile191 expand --tabs=8 < $< | \
/linux-4.1.27/Documentation/zh_CN/
DCodingStyle426 (setq indent-tabs-mode t)
/linux-4.1.27/arch/x86/crypto/
Dsha512-ssse3-asm.S171 # by two tabs.
Daesni-intel_avx-x86_64.S119 ## for GHASH part, two tabs is for AES part.
/linux-4.1.27/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-4.1.27/drivers/gpu/drm/
Ddrm_dp_mst_topology.c2713 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/
Dhvcs.txt8 NOTE:Eight space tabs are the optimum editor setting for reading this file.
/linux-4.1.27/Documentation/video4linux/
Dv4l2-controls.txt727 A fully featured GUI can make a dialog with multiple tabs with each tab
/linux-4.1.27/drivers/gpu/drm/i915/
Di915_debugfs.c2495 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()