Lines Matching defs:active
213 int pcount = 0, print = 0, not = 0, active = !!new, test = active, recurse;
265 // active: if 0 don't perform tests
270 int check = active && test;
282 // Save old "not" and "active" on toybuf stack.
284 // Note: test value should never change while !active
287 toybuf[pcount++] = not+(active<<1);
288 if (!check) active = 0;
294 // Pop active state, apply deferred not (which was only set if checking)
295 active = (toybuf[pcount]>>1)&1;
296 if (active && (toybuf[pcount]&1)) test = !test;
313 if (active) {
315 else active = 0; // decision has been made until next ")"
674 if (active && not) test = !test;