Home
last modified time | relevance | path

Searched refs:dstack_set_top (Results 1 – 5 of 5) sorted by relevance

/plan9/sys/src/cmd/gs/src/
H A Diddstack.h33 void dstack_set_top(dict_stack_t *);
H A Ddstack.h38 #define dict_set_top() dstack_set_top(&idict_stack);
H A Didstack.c197 dstack_set_top(dict_stack_t * pds) in dstack_set_top() function
H A Dicontext.c221 dstack_set_top(&idict_stack); in context_state_load()
H A Didict.c261 dstack_set_top(pds); /* just in case */ in dict_unpack()
777 dstack_set_top(pds); /* just in case this is the top dict */ in dict_resize()