Searched refs:ds_decl (Results 1 – 2 of 2) sorted by relevance
110 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()177 dt_decl_t *ddp = yypcb->pcb_dstack.ds_decl; in dt_decl_top()194 dt_decl_t *ddp = dsp->ds_decl; in dt_decl_ident()232 dt_decl_t *ddp = yypcb->pcb_dstack.ds_decl; in dt_decl_spec()262 dt_decl_t *ddp = yypcb->pcb_dstack.ds_decl; in dt_decl_attr()[all …]
78 dt_decl_t *ds_decl; /* pointer to top of decl stack */ member