Lines Matching +full:short +full:- +full:circuit
18 ** optimizations; An 'expdesc' structure describes a potentially-delayed
21 ** by short-circuit operators 'and'/'or').
41 VCONST, /* compile-time <const> variable;
76 short idx; /* index (R or "long" K) */
81 unsigned short vidx; /* compiler index (in 'actvar.arr') */
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) */
101 short pidx; /* index of the variable in the Proto's 'locvars' array */
156 int firstlabel; /* index of first label (in 'dyd->label->arr') */
157 short ndebugvars; /* number of elements in 'f->locvars' */