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

/freebsd-10.2-release/cddl/contrib/opensolaris/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_pcb.c74 assert(yypcb->pcb_yystate == YYS_DONE);
H A Ddt_lex.l705 if (yypcb->pcb_yystate == state)
708 if (yypcb->pcb_yystate == YYS_DEFINE) {
734 yypcb->pcb_yystate = state;
H A Ddt_cc.c2470 pcb.pcb_yystate = -1;

Completed in 109 milliseconds