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

/ast/src/lib/libpp/
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...]
/ast/src/lib/libast/port/
H A Dastlicense.c90 #define START 19 macro
392 if ((x = notice->item[START].data) && strncmp(t, x, 4) < 0)
/ast/src/cmd/coshell/
H A Dservice.h182 #define START (-2) /* started but no pid */ macro

Completed in 19 milliseconds