Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Dttobjs.h603 struct _TExecution_Context struct
605 PFace current_face;
609 Int error; /* last execution error */
611 Int curRange; /* current code range number */
612 PByte code; /* current code range */
613 Int IP; /* current instruction pointer */
614 Int codeSize; /* size of current range */
616 Byte opcode; /* current opcode */
617 Int length; /* length of current opcode */
619 Bool step_ins; /* true if the interpreter must */
[all …]