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

/osnet-11/usr/src/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.c364 * We use these state tokens to adjust pcb_idepth, which in turn controls
404 yypcb->pcb_idepth++;
405 else if (inp->dn_value == 2 && yypcb->pcb_idepth != 0)
406 yypcb->pcb_idepth--;
H A Ddt_decl.c468 if (yypcb->pcb_idepth != 0)
665 if (yypcb->pcb_idepth != 0)
828 dmp = yypcb->pcb_idepth ? dtp->dt_cdefs : dtp->dt_ddefs;
H A Ddt_parser.c227 if (yypcb->pcb_idepth != 0)
261 if (yypcb->pcb_idepth != 0)
1403 if (yypcb->pcb_idepth != 0)

Completed in 37 milliseconds