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

/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_pcb.h86 uint_t pcb_idepth; /* preprocessor #include nesting depth */ member in struct:dt_pcb
H A Ddt_pragma.c427 * We use these state tokens to adjust pcb_idepth, which in turn controls
467 yypcb->pcb_idepth++;
468 else if (inp->dn_value == 2 && yypcb->pcb_idepth != 0)
469 yypcb->pcb_idepth--;
H A Ddt_decl.c468 if (yypcb->pcb_idepth != 0)
665 if (yypcb->pcb_idepth != 0)
831 dmp = yypcb->pcb_idepth ? dtp->dt_cdefs : dtp->dt_ddefs;
H A Ddt_parser.c250 if (yypcb->pcb_idepth != 0)
285 if (yypcb->pcb_idepth != 0)
1455 if (yypcb->pcb_idepth != 0)

Completed in 130 milliseconds