Lines Matching defs:dsp
112 dt_scope_t *dsp = &yypcb->pcb_dstack; in dt_decl_reset() local
126 dt_scope_t *dsp = &yypcb->pcb_dstack; in dt_decl_push() local
145 dt_scope_t *dsp = &yypcb->pcb_dstack; in dt_decl_pop() local
162 dt_scope_t *dsp = &yypcb->pcb_dstack; in dt_decl_pop_param() local
196 dt_scope_t *dsp = &yypcb->pcb_dstack; in dt_decl_ident() local
216 dt_scope_t *dsp = &yypcb->pcb_dstack; in dt_decl_class() local
371 dt_scope_t *dsp = &yypcb->pcb_dstack; in dt_decl_array() local
506 dt_scope_t *dsp = yypcb->pcb_dstack.ds_next; in dt_decl_member() local
695 dt_scope_t *dsp = yypcb->pcb_dstack.ds_next; in dt_decl_enumerator() local
1056 dt_scope_create(dt_scope_t *dsp) in dt_scope_create()
1068 dt_scope_destroy(dt_scope_t *dsp) in dt_scope_destroy()
1085 dt_scope_t *dsp = malloc(sizeof (dt_scope_t)); in dt_scope_push() local
1106 dt_scope_t *dsp = rsp->ds_next; in dt_scope_pop() local