Lines Matching +full:state +full:- +full:labels
18 ** optimizations; An 'expdesc' structure describes a potentially-delayed
21 ** by short-circuit operators 'and'/'or').
41 VCONST, /* compile-time <const> variable;
92 #define RDKTOCLOSE 2 /* to-be-closed */
93 #define RDKCTC 3 /* compile-time constant */
98 TValuefields; /* constant value (if it is a compile-time constant) */
119 /* list of labels or gotos */
135 Labellist label; /* list of active labels */
143 /* state needed to generate code for a given function */
147 struct LexState *ls; /* lexical state */
156 int firstlabel; /* index of first label (in 'dyd->label->arr') */
157 short ndebugvars; /* number of elements in 'f->locvars' */