Home
last modified time | relevance | path

Searched refs:dict_stack (Results 1 – 7 of 7) sorted by relevance

/plan9/sys/src/cmd/gs/src/
H A Dicontext.c60 return ENUM_USING(st_dict_stack, &pcst->dict_stack, in ENUM_PTRS_WITH()
61 sizeof(pcst->dict_stack), index); in ENUM_PTRS_WITH()
84 RELOC_USING(st_dict_stack, &pcst->dict_stack, sizeof(pcst->dict_stack));
114 pcst->dict_stack.system_dict = *psystem_dict; in context_state_alloc()
115 pcst->dict_stack.min_size = 0; in context_state_alloc()
116 pcst->dict_stack.userdict_index = 0; in context_state_alloc()
137 ref *system_dict = &pcst->dict_stack.system_dict; in context_state_alloc()
229 ref_stack_cleanup(&pcst->dict_stack.stack); in context_state_store()
H A Dicstate.h64 dict_stack_t dict_stack; member
H A Diddict.h27 #define idict_stack (i_ctx_p->dict_stack)
H A Ddstack.h27 #define idict_stack (i_ctx_p->dict_stack)
H A Dzcontext.c678 pctx->state.dict_stack.min_size = idict_stack.min_size; in do_fork()
679 pctx->state.dict_stack.userdict_index = idict_stack.userdict_index; in do_fork()
685 ref_stack_t *dstack = (ref_stack_t *)&pctx->state.dict_stack; in do_fork()
H A Diccfont.c146 return dict_put(pdict, &kname, pvalue, &i_ctx_p->dict_stack); in cfont_put_next()
H A Dinterp.c345 ref_stack_t *pds = &pcst->dict_stack.stack; in gs_interp_alloc_stacks()
367 ref_stack_release(&pcst->dict_stack.stack); in gs_interp_free_stacks()