Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_decl.c109 dt_scope_t *dsp = &yypcb->pcb_dstack; in dt_decl_reset()
123 dt_scope_t *dsp = &yypcb->pcb_dstack; in dt_decl_push()
142 dt_scope_t *dsp = &yypcb->pcb_dstack; in dt_decl_pop()
159 dt_scope_t *dsp = &yypcb->pcb_dstack; in dt_decl_pop_param()
193 dt_scope_t *dsp = &yypcb->pcb_dstack; in dt_decl_ident()
213 dt_scope_t *dsp = &yypcb->pcb_dstack; in dt_decl_class()
388 dt_scope_t *dsp = &yypcb->pcb_dstack; in dt_decl_array()
490 if (yypcb->pcb_dstack.ds_next != NULL) in dt_decl_sou()
685 yypcb->pcb_dstack.ds_ident = NULL; in dt_decl_member()
1115 if (dsp != &yypcb->pcb_dstack) in dt_scope_destroy()
[all …]
H A Ddt_pcb.c77 dt_scope_create(&pcb->pcb_dstack); in dt_pcb_push()
115 while (pcb->pcb_dstack.ds_next != NULL) in dt_pcb_pop()
118 dt_scope_destroy(&pcb->pcb_dstack); in dt_pcb_pop()
H A Ddt_pcb.h56 dt_scope_t pcb_dstack; /* declaration processing stack */ member
H A Ddt_parser.c1423 dt_scope_t *dsp = &yypcb->pcb_dstack; in dt_node_decl()
2238 dt_scope_t *dsp = &yypcb->pcb_dstack; in dt_node_inline()