Searched defs:START (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/cmd/vntsd/
H A Dchars.h3 * CDDL HEADER START
47 #define START 17 macro
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Dpostio.h2 * CDDL HEADER START
49 * in the START, SEND, or DONE states. Primarily controls what's done in
58 #define START 1 macro
/illumos-gate/usr/src/lib/libpp/common/
H A Dpplex.c41 #define START QUICK macro
149 #define START TOKEN macro
222 state = START;
1921 rp = fsm[START];
1933 rp = fsm[START];
1943 rp = fsm[START];
1951 rp = fsm[START];
1985 if ((st & JOINING) && (!INQUOTE(rp) || quot != '"') || pp.level > 1 && (rp == fsm[START] || INQUOTE(rp)))
1987 if (pp.level > 1 && (rp == fsm[START] || INQUOTE(rp)))
2040 if (st & (COLLECTING|EOF2NL|JOINING)) rp = fsm[START];
[all...]
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dgen_struct_layout.c2 * CDDL HEADER START
64 * START and END bracket a struct layout definition. They issue
74 #define START(_name, _type) \ macro
109 START(auxv, auxv_t);
124 START(prgregset, prgregset_t);
136 START(lwpstatus, lwpstatus_t);
173 START(pstatus, pstatus_t);
211 START(prstatus, prstatus_t);
255 START(psinfo, psinfo_t);
298 START(prpsinf
[all...]
/illumos-gate/usr/src/cmd/saf/
H A Dsacadm.c2 * CDDL HEADER START
72 # define START 0x1 /* -s seen */ macro
213 flag |= START;
308 case START:
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7c.c2 * CDDL HEADER START
355 enum parse_e {START, TOK, ADDR, PORT, EOL} parse = START; enumerator in enum:parse_e
398 case START:
428 parse = START;
487 parse = START;
494 parse = START;
524 enum parse_e {START, TOK, EOL} parse = START; enumerator in enum:parse_e
564 case START
636 enum parse_e {START, TOK, TEXT, EOL} parse = START; enumerator in enum:parse_e
[all...]
/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy2.c2 * CDDL HEADER START
46 #define START 267 macro
368 case START:
1240 return (START);
/illumos-gate/usr/src/uts/sun4u/sys/
H A Denvctrl_ue450.h2 * CDDL HEADER START
186 #define START CSRS1_PIN | CSRS1_ESO | CSRS1_STA | CSRS1_ACK macro
H A Denvctrl.h2 * CDDL HEADER START
241 #define START CSRS1_PIN | CSRS1_ESO | CSRS1_STA | CSRS1_ACK macro
/illumos-gate/usr/src/cmd/luxadm/
H A Dcommon.h2 * CDDL HEADER START
134 #define START 213 macro
/illumos-gate/usr/src/tools/cscope-fast/
H A Dcgrep.c2 * CDDL HEADER START
201 #define START { _p = tmp; } macro
1162 START
1188 START /* but we can start with one! */
1194 START
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c4087 START, /* x: set up for LEN */ enumerator in enum:inflate_codes_state::__anon139
4132 c->mode = START;
4166 case START: /* x: set up for LEN */
4278 c->mode = START;
4283 c->mode = START;
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c5268 START, /* x: set up for LEN */ enumerator in enum:inflate_codes_state::__anon6457
5315 c->mode = START;
5352 case START: /* x: set up for LEN */
5471 c->mode = START;
5476 c->mode = START;

Completed in 126 milliseconds