Home
last modified time | relevance | path

Searched refs:ref_stack_push (Results 1 – 10 of 10) sorted by relevance

/plan9/sys/src/cmd/gs/src/
H A Distack.h159 int ref_stack_push(ref_stack_t *pstack, uint count);
H A Dzarray.c60 int code = ref_stack_push(&o_stack, asize); in zaload()
H A Dzcontext.c689 ref_stack_push(dstack, copy); in do_fork()
706 ref_stack_push(estack, 3); in do_fork()
716 ref_stack_push(ostack, count); in do_fork()
H A Dzmisc.c134 code = ref_stack_push(&o_stack, 1); in zbind()
H A Dzdevice.c233 ref_stack_push(&o_stack, 1); in zget_device_params()
H A Dzgeneric.c88 code = ref_stack_push(&o_stack, count - 1); in zcopy_integer()
H A Distack.c466 ref_stack_push(ref_stack_t *pstack, uint count) in ref_stack_push() function
H A Dimain.c623 int code = ref_stack_push(&o_stack, 1); in push_value()
H A Discan.c413 else if ( (retcode = ref_stack_push(&o_stack, 1)) >= 0 )\ in scan_token()
H A Diparam.c373 int code = ref_stack_push(pstack, 2); in stack_param_write()