Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_decl.c110 dt_decl_t *ddp = dsp->ds_decl; in dt_decl_reset()
113 dsp->ds_decl = ddp->dd_next; in dt_decl_reset()
116 ddp = dsp->ds_decl; in dt_decl_reset()
124 dt_decl_t *top = dsp->ds_decl; in dt_decl_push()
134 dsp->ds_decl = ddp; in dt_decl_push()
145 dsp->ds_decl = NULL; in dt_decl_pop()
581 pdp = dsp->ds_decl; in dt_decl_member()
1097 dsp->ds_decl = NULL; in dt_scope_create()
1129 dsp->ds_decl = rsp->ds_decl; in dt_scope_push()
1158 rsp->ds_decl = dsp->ds_decl; in dt_scope_pop()
[all …]
H A Ddt_decl.h78 dt_decl_t *ds_decl; /* pointer to top of decl stack */ member