Home
last modified time | relevance | path

Searched refs:ref_stack_store_check (Results 1 – 3 of 3) sorted by relevance

/plan9/sys/src/cmd/gs/src/
H A Distack.h116 int ref_stack_store_check(const ref_stack_t *pstack, ref *parray,
H A Distack.c251 ref_stack_store_check(const ref_stack_t *pstack, ref *parray, uint count, in ref_stack_store_check() function
306 int code = ref_stack_store_check(pstack, parray, count, skip); in ref_stack_store()
H A Dzcontrol.c747 int code = ref_stack_store_check(&e_stack, op1, size, 0); in push_execstack()