Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Distack.c76 ref_stack_init(ref_stack_t *pstack, const ref *pblock_array, in ref_stack_init()
127 ref_stack_allow_expansion(ref_stack_t *pstack, bool expand) in ref_stack_allow_expansion()
134 ref_stack_set_error_codes(ref_stack_t *pstack, int underflow_error, in ref_stack_set_error_codes()
143 ref_stack_set_max_count(ref_stack_t *pstack, long nmax) in ref_stack_set_max_count()
166 ref_stack_set_margin(ref_stack_t *pstack, uint margin) in ref_stack_set_margin()
193 ref_stack_count(const ref_stack_t *pstack) in ref_stack_count()
203 ref_stack_index(const ref_stack_t *pstack, long idx) in ref_stack_index()
228 ref_stack_counttomark(const ref_stack_t *pstack) in ref_stack_counttomark()
251 ref_stack_store_check(const ref_stack_t *pstack, ref *parray, uint count, in ref_stack_store_check()
295 ref_stack_store(const ref_stack_t *pstack, ref *parray, uint count, in ref_stack_store()
[all …]
H A Dzvmem.c198 restore_check_stack(const ref_stack_t * pstack, const alloc_save_t * asave, in restore_check_stack()
279 restore_fix_stack(ref_stack_t * pstack, const alloc_save_t * asave, in restore_fix_stack()
H A Diparam.h81 ref_stack_t *pstack; member
H A Dzpacked.c85 make_packed_array(ref * parr, ref_stack_t * pstack, uint size, in make_packed_array()
H A Didebug.c259 const ref_stack_t * pstack, const char *msg) in debug_dump_stack()
H A Diparam.c369 ref_stack_t *pstack = splist->pstack; in stack_param_write() local
411 stack_param_list_write(stack_param_list * plist, ref_stack_t * pstack, in stack_param_list_write()
1059 ref_stack_t *pstack = splist->pstack; in stack_param_read() local
1078 stack_param_list_read(stack_param_list * plist, ref_stack_t * pstack, in stack_param_list_read()
H A Discan.c440 #define pstack sstate.s_pstack in scan_token() macro
H A Dzcontext.c732 values_older_than(const ref_stack_t * pstack, uint first, uint last, in values_older_than()
H A Dinterp.c675 copy_stack(i_ctx_t *i_ctx_p, const ref_stack_t * pstack, ref * arr) in copy_stack()