Searched refs:dt_idstack_t (Results 1 – 3 of 3) sorted by relevance
131 } dt_idstack_t; typedef161 extern dt_ident_t *dt_idstack_lookup(dt_idstack_t *, const char *);162 extern void dt_idstack_push(dt_idstack_t *, dt_idhash_t *);163 extern void dt_idstack_pop(dt_idstack_t *, dt_idhash_t *);
62 dt_idstack_t pcb_globals; /* stack of global identifier hash tables */
869 dt_idstack_lookup(dt_idstack_t *sp, const char *name) in dt_idstack_lookup()884 dt_idstack_push(dt_idstack_t *sp, dt_idhash_t *dhp) in dt_idstack_push()890 dt_idstack_pop(dt_idstack_t *sp, dt_idhash_t *dhp) in dt_idstack_pop()