/illumos-gate/usr/src/cmd/scadm/sparc/mpxu/common/ |
H A D | eventlog.c | 41 #define TAB '\t' macro 90 if ((*p == TAB) && (*(p+1) == TAB)) { in getNextEventLogParam() 96 } while (*p != TAB); in getNextEventLogParam() 146 while ((*p) && (*p != TAB)) { in expandEventLogMessage()
|
/illumos-gate/usr/src/cmd/sh/ |
H A D | mac.h | 43 #define TAB '\t' macro 49 #define tab() prc(TAB)
|
H A D | hashserv.c | 202 prc_buff(TAB); 204 prc_buff(TAB);
|
H A D | jobs.c | 1024 sep = TAB; in syskill()
|
/illumos-gate/usr/src/cmd/gencat/ |
H A D | gencat.c | 62 #define TAB '\t' macro 689 c = TAB; 723 } while (c == SPACE || c == TAB); 780 c = TAB; 829 if (c == SPACE || c == TAB) { /* $ <comment */ 859 while (c == SPACE || c == TAB) 884 while (c == SPACE || c == TAB) 919 if (c == SPACE || c == TAB) 935 } while (c == SPACE || c == TAB); 976 } while (c == SPACE || c == TAB); [all …]
|
/illumos-gate/usr/src/cmd/eqn/ |
H A D | e.y | 35 %term CONTIG QTEXT SPACE THIN TAB 184 | TAB { text(TAB, 0); }
|
H A D | text.c | 53 else if (t == TAB) in text()
|
H A D | lex.c | 108 return (TAB); in yylex()
|
/illumos-gate/usr/src/lib/libadm/common/ |
H A D | cktime.c | 60 #define TAB ' ' macro 335 case TAB: /* previous state must be start or letter */ in fmtcheck()
|
H A D | ckdate.c | 71 #define TAB ' ' macro 284 case TAB: /* previous state must be start or letter */ in fmtcheck()
|
/illumos-gate/usr/src/cmd/consadm/ |
H A D | consadm.c | 57 #define TAB ' ' macro 392 buf[0] == SPACE || buf[0] == TAB) in addtolist() 455 value[0] == SPACE || value[0] == TAB) in removefromlist() 852 value[0] == SPACE || value[0] == TAB) in persistlist()
|
/illumos-gate/usr/src/cmd/tabs/ |
H A D | tabs.c | 59 #define TAB '\t' macro 75 static char tclrgs[] = {ESC, TAB, CR, 0}; /* short, for 300s */ 633 *p++ = TAB; in cleartabs()
|
/illumos-gate/usr/src/cmd/troff/ |
H A D | ni.c | 114 int tabch = TAB;
|
H A D | tdef.h | 96 #define TAB 011 macro
|
/illumos-gate/usr/src/cmd/devfsadm/ |
H A D | devfsadm_impl.h | 126 #define TAB '\t' macro
|
H A D | devfsadm.c | 6313 if ((tab = strchr(entry, TAB)) != NULL) { in split_devlinktab_entry() 6326 if ((tab = strchr(*p_link, TAB)) != NULL) { in split_devlinktab_entry() 6329 if (strchr(*s_link, TAB) != NULL) { in split_devlinktab_entry()
|
/illumos-gate/usr/src/cmd/troff/nroff.d/ |
H A D | n10.c | 640 oput(TAB); in move()
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | ldterm.c | 81 #define TAB 4 macro 106 /* 010 */ BACKSPACE, TAB, NEWLINE, CONTROL, 2174 case TAB: in ldterm_rubout() 2365 case TAB: in ldterm_tabcols() 3824 case TAB: in ldterm_output_msg()
|
/illumos-gate/usr/src/boot/common/linenoise/ |
H A D | linenoise.c | 146 TAB = 9, /* Tab */ enumerator
|
/illumos-gate/usr/src/cmd/lp/model/ |
H A D | tsol_netstandard | 533 # Get rid of the #, TAB and NL characters in the title
|
H A D | tsol_netstandard_foomatic | 559 # Get rid of the #, TAB and NL characters in the title
|
/illumos-gate/usr/src/grub/grub-0.97/ |
H A D | NEWS | 325 * TAB not only lists filenames, but also completes a filename when the 555 * You can now perform TAB-based completion listing of any valid
|
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | RELEASE | 85 08-09-08 stty.c: #ifdef guard TAB[012] -- freebsd: damn the posix, full speed ahead
|
/illumos-gate/usr/src/grub/grub-0.97/docs/ |
H A D | grub.info-2 | 500 the first word in the command-line, pressing the <TAB> key (or <C-i>) 502 after the first word, the `<TAB>' will provide a completion listing of
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/ |
H A D | RELEASE | 281 11-12-13 In vi edit mode a lteral <TAB> can now be entered by preceding it 1553 07-12-04 A bug in which using <n>TAB after a variable name listing expansion 1784 06-05-31 +Modified emacs and vi mode so that entering a TAB after a partial 1785 TAB completion, generates a listing of possible completions. 1786 After the second TAB, a number followed by a TAB will perform 2703 99-03-31 +The TAB key can be used for completion in emacs and viraw mode.
|