Lines Matching defs:dsp
107 dt_scope_t *dsp = &yypcb->pcb_dstack; in dt_decl_reset() local
121 dt_scope_t *dsp = &yypcb->pcb_dstack; in dt_decl_push() local
140 dt_scope_t *dsp = &yypcb->pcb_dstack; in dt_decl_pop() local
157 dt_scope_t *dsp = &yypcb->pcb_dstack; in dt_decl_pop_param() local
191 dt_scope_t *dsp = &yypcb->pcb_dstack; in dt_decl_ident() local
211 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
1050 dt_scope_create(dt_scope_t *dsp) in dt_scope_create()
1062 dt_scope_destroy(dt_scope_t *dsp) in dt_scope_destroy()
1079 dt_scope_t *dsp = malloc(sizeof (dt_scope_t)); in dt_scope_push() local
1100 dt_scope_t *dsp = rsp->ds_next; in dt_scope_pop() local