Searched refs:TAB (Results 1 - 19 of 19) sorted by relevance

/illumos-gate/usr/src/cmd/scadm/sparc/mpxu/common/
H A Deventlog.c43 #define TAB '\t' macro
76 * Return the next message from a TAB delimited message parameter list.
92 if ((*p == TAB) && (*(p+1) == TAB)) {
98 } while (*p != TAB);
100 /* return pointer to char after TAB */
110 * passed in with the TAB delimited parameters passed in via messParams.
148 while ((*p) && (*p != TAB)) {
/illumos-gate/usr/src/cmd/eqn/
H A De.y35 %term CONTIG QTEXT SPACE THIN TAB
184 | TAB { text(TAB, 0); }
H A Dtext.c55 else if (t == TAB)
H A Dlex.c110 return (TAB);
/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/tools/codereview/
H A Dlwlp.c134 #define TAB "T" /* spaces */ macro
1212 i, TAB, q, SHOW, DEFAULT_SPACES_AFTER_NUMBER, TAB);
1277 TAB);
1296 DEFAULT_SPACES_AFTER_NUMBER, TAB);
1314 DEFAULT_SPACES_AFTER_NUMBER, TAB);
1325 "%d %s ", tabto, TAB);
1352 "%d %s ", tabto, TAB);
/illumos-gate/usr/src/lib/libadm/common/
H A Dckdate.c71 #define TAB ' ' macro
287 case TAB: /* previous state must be start or letter */
H A Dcktime.c60 #define TAB ' ' macro
335 case TAB: /* previous state must be start or letter */
/illumos-gate/usr/src/cmd/tabs/
H A Dtabs.c61 #define TAB '\t' macro
77 static char tclrgs[] = {ESC, TAB, CR, 0}; /* short, for 300s */
635 *p++ = TAB;
/illumos-gate/usr/src/cmd/consadm/
H A Dconsadm.c59 #define TAB ' ' macro
394 buf[0] == SPACE || buf[0] == TAB)
457 value[0] == SPACE || value[0] == TAB)
854 value[0] == SPACE || value[0] == TAB)
/illumos-gate/usr/src/cmd/sh/
H A Dhashserv.c202 prc_buff(TAB);
204 prc_buff(TAB);
H A Djobs.c1024 sep = TAB;
/illumos-gate/usr/src/cmd/troff/
H A Dni.c116 int tabch = TAB;
H A Dtdef.h98 #define TAB 011 macro
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm_impl.h126 #define TAB '\t' macro
H A Ddevfsadm.c6300 if ((tab = strchr(entry, TAB)) != NULL) {
6313 if ((tab = strchr(*p_link, TAB)) != NULL) {
6316 if (strchr(*s_link, TAB) != NULL) {
/illumos-gate/usr/src/cmd/troff/nroff.d/
H A Dn10.c642 oput(TAB);
/illumos-gate/usr/src/boot/sys/boot/common/linenoise/
H A Dlinenoise.c146 TAB = 9, /* Tab */ enumerator in enum:KEY_ACTION
/illumos-gate/usr/src/uts/common/io/
H A Dldterm.c80 #define TAB 4 macro
105 /* 010 */ BACKSPACE, TAB, NEWLINE, CONTROL,
2157 case TAB:
2348 case TAB:
3805 case TAB:

Completed in 143 milliseconds