Home
last modified time | relevance | path

Searched refs:ref_stack_store (Results 1 – 6 of 6) sorted by relevance

/plan9/sys/src/cmd/gs/src/
H A Distack.h129 int ref_stack_store(const ref_stack_t *pstack, ref *parray, uint count,
H A Dzarray.c103 code = ref_stack_store(&o_stack, &arr, size, 1, 0, true, idmemory, in zastore()
H A Dzdict.c321 return ref_stack_store(&d_stack, op, count, 0, 0, true, idmemory, in zdictstack()
H A Distack.c295 ref_stack_store(const ref_stack_t *pstack, ref *parray, uint count, in ref_stack_store() function
H A Discan.c660 retcode = ref_stack_store(&o_stack, myref, size, 0, 1, in scan_token()
H A Dinterp.c684 code = ref_stack_store(pstack, arr, size, 0, 1, true, idmemory, in copy_stack()