Home
last modified time | relevance | path

Searched defs:pstk (Results 1 – 1 of 1) sorted by relevance

/plan9-contrib/sys/src/cmd/gs/src/
H A Distack.h93 #define ref_stack_count_inline(pstk)\ argument
97 #define ref_stack_max_count(pstk) (uint)((pstk)->max_stack.value.intval) argument
139 #define ref_stack_clear(pstk) ref_stack_pop(pstk, ref_stack_count(pstk)) argument
140 #define ref_stack_pop_to(pstk, depth)\ argument