Searched refs:ref_stack_push (Results 1 – 10 of 10) sorted by relevance
/plan9/sys/src/cmd/gs/src/ |
H A D | istack.h | 159 int ref_stack_push(ref_stack_t *pstack, uint count);
|
H A D | zarray.c | 60 int code = ref_stack_push(&o_stack, asize); in zaload()
|
H A D | zcontext.c | 689 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 D | zmisc.c | 134 code = ref_stack_push(&o_stack, 1); in zbind()
|
H A D | zdevice.c | 233 ref_stack_push(&o_stack, 1); in zget_device_params()
|
H A D | zgeneric.c | 88 code = ref_stack_push(&o_stack, count - 1); in zcopy_integer()
|
H A D | istack.c | 466 ref_stack_push(ref_stack_t *pstack, uint count) in ref_stack_push() function
|
H A D | imain.c | 623 int code = ref_stack_push(&o_stack, 1); in push_value()
|
H A D | iscan.c | 413 else if ( (retcode = ref_stack_push(&o_stack, 1)) >= 0 )\ in scan_token()
|
H A D | iparam.c | 373 int code = ref_stack_push(pstack, 2); in stack_param_write()
|