Searched refs:ref_stack_extend (Results 1 – 5 of 5) sorted by relevance
| /plan9/sys/src/cmd/gs/src/ |
| H A D | estack.h | 132 { int es_code_ = ref_stack_extend(&e_stack, n);\
|
| H A D | istack.h | 151 int ref_stack_extend(ref_stack_t *pstack, uint request);
|
| H A D | interp.c | 538 if (ref_stack_extend(&d_stack, d_stack.requested) >= 0) { in gs_call_interp() 545 if ((ccode = ref_stack_extend(&o_stack, 1)) < 0) in gs_call_interp() 569 if ((ccode = ref_stack_extend(&o_stack, 1)) < 0) in gs_call_interp() 601 …if (ref_stack_extend(&o_stack, o_stack.requested) >= 0) { /* We can't just re-execute the object, … in gs_call_interp() 1147 code = ref_stack_extend(&e_stack, 2); in interp()
|
| H A D | ztoken.c | 280 code = ref_stack_extend(&o_stack, 2); in ztoken_handle_comment()
|
| H A D | istack.c | 444 ref_stack_extend(ref_stack_t *pstack, uint request) in ref_stack_extend() function
|