Lines Matching defs:dsp
109 dt_scope_t *dsp = &yypcb->pcb_dstack; in dt_decl_reset() local
123 dt_scope_t *dsp = &yypcb->pcb_dstack; in dt_decl_push() local
142 dt_scope_t *dsp = &yypcb->pcb_dstack; in dt_decl_pop() local
159 dt_scope_t *dsp = &yypcb->pcb_dstack; in dt_decl_pop_param() local
193 dt_scope_t *dsp = &yypcb->pcb_dstack; in dt_decl_ident() local
213 dt_scope_t *dsp = &yypcb->pcb_dstack; in dt_decl_class() local
388 dt_scope_t *dsp = &yypcb->pcb_dstack; in dt_decl_array() local
523 dt_scope_t *dsp = yypcb->pcb_dstack.ds_next; in dt_decl_member() local
712 dt_scope_t *dsp = yypcb->pcb_dstack.ds_next; in dt_decl_enumerator() local
1072 dt_scope_create(dt_scope_t *dsp) in dt_scope_create()
1084 dt_scope_destroy(dt_scope_t *dsp) in dt_scope_destroy()
1101 dt_scope_t *dsp = malloc(sizeof (dt_scope_t)); in dt_scope_push() local
1122 dt_scope_t *dsp = rsp->ds_next; in dt_scope_pop() local