Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Distack.h93 #define ref_stack_count_inline(pstk)\ macro
H A Discan.c606 pdepth = ref_stack_count_inline(&o_stack); in scan_token()
609 pstack = ref_stack_count_inline(&o_stack); in scan_token()
628 uint size = ref_stack_count_inline(&o_stack) - pstack; in scan_token()
H A Distack.c145 uint nmin = ref_stack_count_inline(pstack); in ref_stack_set_max_count()
195 return ref_stack_count_inline(pstack); in ref_stack_count()
H A Dzdict.c78 if (ref_stack_count_inline(&d_stack) == min_dstack_size) { in zend()
H A Dzchar.c444 make_int(&esodepth(ep), ref_stack_count_inline(&o_stack) - npop); /* Save stack depth for */ in op_show_finish_setup()
445 …make_int(&esddepth(ep), ref_stack_count_inline(&d_stack)); /* correct interrupt processing … in op_show_finish_setup()
H A Dinterp.c1077 make_int(iesp - 2, ref_stack_count_inline(&o_stack)); in interp()
1078 make_int(iesp - 1, ref_stack_count_inline(&d_stack)); in interp()