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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_pcb.h88 uint_t pcb_idepth; /* preprocessor #include nesting depth */ member in struct:dt_pcb
H A Ddt_pragma.c370 * We use these state tokens to adjust pcb_idepth, which in turn controls
410 yypcb->pcb_idepth++;
411 else if (inp->dn_value == 2 && yypcb->pcb_idepth != 0)
412 yypcb->pcb_idepth--;
H A Ddt_decl.c470 if (yypcb->pcb_idepth != 0)
667 if (yypcb->pcb_idepth != 0)
834 dmp = yypcb->pcb_idepth ? dtp->dt_cdefs : dtp->dt_ddefs;
H A Ddt_parser.c235 if (yypcb->pcb_idepth != 0)
269 if (yypcb->pcb_idepth != 0)
1411 if (yypcb->pcb_idepth != 0)

Completed in 74 milliseconds