Home | History | Annotate | Download | only in posix

Lines Matching refs:active

201   int pcount = 0, print = 0, not = 0, active = !!new, test = active, recurse;
244 // active: if 0 don't perform tests
249 int check = active && test;
261 // Save old "not" and "active" on toybuf stack.
263 // Note: test value should never change while !active
266 toybuf[pcount++] = not+(active<<1);
267 if (!check) active = 0;
273 // Pop active state, apply deferred not (which was only set if checking)
274 active = (toybuf[pcount]>>1)&1;
275 if (active && (toybuf[pcount]&1)) test = !test;
292 if (active) {
294 else active = 0; // decision has been made until next ")"
523 if (active && not) test = !test;