Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libdtrace/common/
H A Ddt_decl.h85 } dt_scope_t; typedef
120 extern void dt_scope_create(dt_scope_t *);
121 extern void dt_scope_destroy(dt_scope_t *);
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()
523 dt_scope_t *dsp = yypcb->pcb_dstack.ds_next; in dt_decl_member()
712 dt_scope_t *dsp = yypcb->pcb_dstack.ds_next; in dt_decl_enumerator()
1072 dt_scope_create(dt_scope_t *dsp) in dt_scope_create()
[all …]
H A Ddt_pcb.h58 dt_scope_t pcb_dstack; /* declaration processing stack */
H A Ddt_parser.c1411 dt_scope_t *dsp = &yypcb->pcb_dstack; in dt_node_decl()
2226 dt_scope_t *dsp = &yypcb->pcb_dstack; in dt_node_inline()