Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Distack.h82 int ref_stack_set_max_count(ref_stack_t *pstack, long nmax);
H A Dzusparam.c337 return ref_stack_set_max_count(&o_stack, val); in set_MaxOpStack()
347 return ref_stack_set_max_count(&d_stack, val); in set_MaxDictStack()
357 return ref_stack_set_max_count(&e_stack, val); in set_MaxExecStack()
H A Dinterp.c324 ref_stack_set_max_count(pos, MAX_OSTACK); in gs_interp_alloc_stacks()
340 ref_stack_set_max_count(pes, MAX_ESTACK); in gs_interp_alloc_stacks()
351 ref_stack_set_max_count(pds, MAX_DSTACK); in gs_interp_alloc_stacks()
H A Distack.c143 ref_stack_set_max_count(ref_stack_t *pstack, long nmax) in ref_stack_set_max_count() function