Home
last modified time | relevance | path

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

/freebsd-9-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
Ddt_pragma.c458 yypcb->pcb_idepth++; in dt_pragma_line()
459 else if (inp->dn_value == 2 && yypcb->pcb_idepth != 0) in dt_pragma_line()
460 yypcb->pcb_idepth--; in dt_pragma_line()
Ddt_pcb.h86 uint_t pcb_idepth; /* preprocessor #include nesting depth */ member
Ddt_decl.c467 if (yypcb->pcb_idepth != 0) in dt_decl_sou()
664 if (yypcb->pcb_idepth != 0) in dt_decl_enum()
828 dmp = yypcb->pcb_idepth ? dtp->dt_cdefs : dtp->dt_ddefs; in dt_decl_type()
Ddt_parser.c235 if (yypcb->pcb_idepth != 0) in dt_type_lookup()
269 if (yypcb->pcb_idepth != 0) in dt_type_pointer()
1418 if (yypcb->pcb_idepth != 0) in dt_node_decl()