Home
last modified time | relevance | path

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

/plan9-contrib/sys/src/cmd/gs/src/
H A Distack.c35 private int ref_stack_push_block(ref_stack_t *pstack, uint keep, uint add);
179 int code = ref_stack_push_block(pstack, keep, used - keep); in ref_stack_set_margin()
456 return ref_stack_push_block(pstack, keep, request); in ref_stack_extend()
478 code = ref_stack_push_block(pstack, in ref_stack_push()
499 ref_stack_push_block(ref_stack_t *pstack, uint keep, uint add) in ref_stack_push_block() function