Home
last modified time | relevance | path

Searched refs:dstack (Results 1 – 4 of 4) sorted by relevance

/plan9/sys/src/cmd/gs/src/
H A Dgp_unifs.c147 dirstack *dstack; /* directory stack */ member
155 file_enum_enum_ptrs, file_enum_reloc_ptrs, pattern, work, dstack);
199 dirstack *d = pfen->dstack; in popdir()
204 pfen->dstack = d->next; in popdir()
286 pfen->dstack = 0; in gp_enumerate_files_init()
425 d->next = pfen->dstack; in gp_enumerate_files_next()
427 pfen->dstack = d; in gp_enumerate_files_next()
H A Dicontext.c177 dict_stack_t *dstack = &idict_stack; in context_state_load() local
194 ref_stack_t *rdstack = &dstack->stack; in context_state_load()
197 dstack->userdict_index); in context_state_load()
203 dict_copy(plocaldicts, system_dict, dstack); in context_state_load()
214 dstack); in context_state_load()
H A Dzcontext.c685 ref_stack_t *dstack = (ref_stack_t *)&pctx->state.dict_stack; in do_fork() local
689 ref_stack_push(dstack, copy); in do_fork()
690 stack_copy(dstack, &d_stack, copy, count - copy); in do_fork()
696 ref *pdref = ref_stack_index(dstack, i); in do_fork()
H A Dint.mak156 dstack_h=$(PSSRC)dstack.h $(icstate_h) $(idstack_h)