Home
last modified time | relevance | path

Searched refs:pcb_token (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_pcb.h87 int pcb_token; /* token to be returned by yylex() (if != 0) */ member
H A Ddt_lex.l98 if (yypcb->pcb_token != 0) {
99 int tok = yypcb->pcb_token;
100 yypcb->pcb_token = 0;
H A Ddt_cc.c2372 pcb.pcb_token = context; in dt_compile()