Searched defs:gs_context_state_s (Results 1 – 1 of 1) sorted by relevance
45 struct gs_context_state_s { struct46 gs_state *pgs;47 gs_dual_memory_t memory;48 int language_level;49 ref array_packing; /* t_boolean */50 ref binary_object_format; /* t_integer */51 long rand_state; /* (not in Red Book) */52 long usertime_total; /* total accumulated usertime, */54 bool keep_usertime; /* true if context ever executed usertime */55 int in_superexec; /* # of levels of superexec */[all …]