Searched refs:pcb_hold (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_pcb.h60 dt_node_t *pcb_hold; /* parse tree nodes on hold until end of defn */ member in struct:dt_pcb
H A Ddt_lex.l709 yypcb->pcb_list = yypcb->pcb_hold;
710 yypcb->pcb_hold = NULL;
718 assert(yypcb->pcb_hold == NULL);
719 yypcb->pcb_hold = yypcb->pcb_list;
H A Ddt_pcb.c124 dt_node_link_free(&pcb->pcb_hold);

Completed in 118 milliseconds