Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Destack.h27 #define esfile (iexec_stack.current_file)
28 #define esfile_clear_cache() estack_clear_cache(&iexec_stack)
29 #define esfile_set_cache(pref) estack_set_cache(&iexec_stack, pref)
30 #define esfile_check_cache() estack_check_cache(&iexec_stack)
33 #define iexec_stack (i_ctx_p->exec_stack) macro
34 #define e_stack (iexec_stack.stack)
H A Dicontext.c220 estack_clear_cache(&iexec_stack); in context_state_load()