Searched refs:pcb_yystate (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_pcb.h87 yystate_t pcb_yystate; /* lex/yacc parsing state (see yybegin()) */ member in struct:dt_pcb
H A Ddt_lex.l661 if (yypcb->pcb_yystate == state)
664 if (yypcb->pcb_yystate == YYS_DEFINE) {
690 yypcb->pcb_yystate = state;
H A Ddt_pcb.c74 assert(yypcb->pcb_yystate == YYS_DONE);
H A Ddt_cc.c2090 pcb.pcb_yystate = -1;

Completed in 27 milliseconds