Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Ddstack.h27 #define idict_stack (i_ctx_p->dict_stack) macro
28 #define d_stack (idict_stack.stack)
31 #define min_dstack_size (idict_stack.min_size)
32 #define dstack_userdict_index (idict_stack.userdict_index)
33 #define dsspace (idict_stack.def_space)
35 #define dtop_keys (idict_stack.top_keys)
36 #define dtop_npairs (idict_stack.top_npairs)
37 #define dtop_values (idict_stack.top_values)
38 #define dict_set_top() dstack_set_top(&idict_stack);
40 dstack_dict_is_permanent(&idict_stack, pdict)
[all …]
H A Diddict.h27 #define idict_stack (i_ctx_p->dict_stack) macro
30 dict_put(pdref, key, pvalue, &idict_stack)
32 dict_put_string(pdref, kstr, pvalue, &idict_stack)
34 dict_undef(pdref, key, &idict_stack)
36 dict_copy(dfrom, dto, &idict_stack)
38 dict_copy_new(dfrom, dto, &idict_stack)
40 dict_resize(pdref, newmax, &idict_stack)
42 dict_grow(pdref, &idict_stack)
44 dict_unpack(pdref, &idict_stack)
H A Dicontext.c177 dict_stack_t *dstack = &idict_stack; in context_state_load()
221 dstack_set_top(&idict_stack); in context_state_load()
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()