Home
last modified time | relevance | path

Searched refs:ds_decl (Results 1 – 2 of 2) sorted by relevance

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_decl.c113 dt_decl_t *ddp = dsp->ds_decl; in dt_decl_reset()
116 dsp->ds_decl = ddp->dd_next; in dt_decl_reset()
119 ddp = dsp->ds_decl; in dt_decl_reset()
127 dt_decl_t *top = dsp->ds_decl; in dt_decl_push()
137 dsp->ds_decl = ddp; in dt_decl_push()
148 dsp->ds_decl = NULL; in dt_decl_pop()
180 dt_decl_t *ddp = yypcb->pcb_dstack.ds_decl; in dt_decl_top()
197 dt_decl_t *ddp = dsp->ds_decl; in dt_decl_ident()
235 dt_decl_t *ddp = yypcb->pcb_dstack.ds_decl; in dt_decl_spec()
265 dt_decl_t *ddp = yypcb->pcb_dstack.ds_decl; in dt_decl_attr()
[all …]
H A Ddt_decl.h78 dt_decl_t *ds_decl; /* pointer to top of decl stack */ member