Searched refs:dt_idstack_t (Results 1 – 3 of 3) sorted by relevance
129 } dt_idstack_t; typedef159 extern dt_ident_t *dt_idstack_lookup(dt_idstack_t *, const char *);160 extern void dt_idstack_push(dt_idstack_t *, dt_idhash_t *);161 extern void dt_idstack_pop(dt_idstack_t *, dt_idhash_t *);
60 dt_idstack_t pcb_globals; /* stack of global identifier hash tables */
871 dt_idstack_lookup(dt_idstack_t *sp, const char *name) in dt_idstack_lookup()886 dt_idstack_push(dt_idstack_t *sp, dt_idhash_t *dhp) in dt_idstack_push()892 dt_idstack_pop(dt_idstack_t *sp, dt_idhash_t *dhp) in dt_idstack_pop()