Home
last modified time | relevance | path

Searched refs:TAB (Results 1 – 25 of 34) sorted by relevance

12

/illumos-gate/usr/src/cmd/scadm/sparc/mpxu/common/
H A Deventlog.c41 #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 Dmac.h43 #define TAB '\t' macro
49 #define tab() prc(TAB)
H A Dhashserv.c202 prc_buff(TAB);
204 prc_buff(TAB);
H A Djobs.c1024 sep = TAB; in syskill()
/illumos-gate/usr/src/cmd/gencat/
H A Dgencat.c62 #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 De.y35 %term CONTIG QTEXT SPACE THIN TAB
184 | TAB { text(TAB, 0); }
H A Dtext.c53 else if (t == TAB) in text()
H A Dlex.c108 return (TAB); in yylex()
/illumos-gate/usr/src/lib/libadm/common/
H A Dcktime.c60 #define TAB ' ' macro
335 case TAB: /* previous state must be start or letter */ in fmtcheck()
H A Dckdate.c71 #define TAB ' ' macro
284 case TAB: /* previous state must be start or letter */ in fmtcheck()
/illumos-gate/usr/src/cmd/consadm/
H A Dconsadm.c57 #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 Dtabs.c59 #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 Dni.c114 int tabch = TAB;
H A Dtdef.h96 #define TAB 011 macro
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm_impl.h126 #define TAB '\t' macro
H A Ddevfsadm.c6313 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 Dn10.c640 oput(TAB); in move()
/illumos-gate/usr/src/uts/common/io/
H A Dldterm.c81 #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 Dlinenoise.c146 TAB = 9, /* Tab */ enumerator
/illumos-gate/usr/src/cmd/lp/model/
H A Dtsol_netstandard533 # Get rid of the #, TAB and NL characters in the title
H A Dtsol_netstandard_foomatic559 # Get rid of the #, TAB and NL characters in the title
/illumos-gate/usr/src/grub/grub-0.97/
H A DNEWS325 * 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 DRELEASE85 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 Dgrub.info-2500 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 DRELEASE281 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.

12