Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_pragma.c429 yypcb->pcb_idepth++; in dt_pragma_line()
430 else if (inp->dn_value == 2 && yypcb->pcb_idepth != 0) in dt_pragma_line()
431 yypcb->pcb_idepth--; in dt_pragma_line()
H A Ddt_pcb.h84 uint_t pcb_idepth; /* preprocessor #include nesting depth */ member
H A Ddt_decl.c485 if (yypcb->pcb_idepth != 0) in dt_decl_sou()
705 if (yypcb->pcb_idepth != 0) in dt_decl_enum()
870 dmp = yypcb->pcb_idepth ? dtp->dt_cdefs : dtp->dt_ddefs; in dt_decl_type()
H A Ddt_parser.c246 if (yypcb->pcb_idepth != 0) in dt_type_lookup()
281 if (yypcb->pcb_idepth != 0) in dt_type_pointer()
1462 if (yypcb->pcb_idepth != 0) in dt_node_decl()