Searched refs:tabs (Results 1 – 5 of 5) sorted by relevance
/busybox-1.35.0/docs/ |
D | unicode.txt | 40 Note: need to handle tabs and backspaces specially 46 and/or to specified screen width. Need to handle tabs specially. 59 tabs and backspaces need not special handling.
|
D | style-guide.txt | 48 The preference in Busybox is to indent lines with tabs. Do not indent lines 49 with spaces and do not indents lines using a mixture of tabs and spaces. (The 62 Furthermore, The preference is that tabs be set to display at four spaces 63 wide, but the beauty of using only tabs (and not spaces) at the beginning of 64 lines is that you can set your editor to display tabs at *whatever* number of
|
D | posix_conformance.txt | 26 qmsg, qrerun, qrls, qselect, qsig, qstat, qsub, tabs, talk, tput, 248 --tabs=N, -i, --initial 676 …-a | yes | no | POSIX requires converting two or more spaces to tabs, busyb… 679 --tabs=N, -f, --first-only, --all
|
/busybox-1.35.0/networking/ |
D | brctl.c | 135 int tabs; in show_bridge() local 164 tabs = 0; in show_bridge() 170 if (tabs) in show_bridge() 173 tabs = 1; in show_bridge() 178 if (!tabs) /* bridge has no interfaces */ in show_bridge()
|
/busybox-1.35.0/editors/ |
D | sed1line.txt | 73 # delete leading whitespace (spaces, tabs) from front of each line 77 # delete trailing whitespace (spaces, tabs) from end of each line
|