Searched refs:KEPT (Results 1 - 3 of 3) sorted by relevance

/ast/src/cmd/builtin/
H A Dpty.c696 #define KEPT 0x04 macro
791 cond->flags |= KEPT|SKIP;
793 cond->flags |= KEPT;
811 if (cond->flags & KEPT)
815 cond->flags |= KEPT;
819 else if ((cond->flags & KEPT) || !match(s, cond->text, 0))
822 cond->flags |= KEPT;
/ast/src/lib/libpp/
H A Dppcontrol.c348 if (*pp.control & KEPT)
362 *pp.control |= KEPT;
380 if (!(*pp.control & KEPT))
383 *pp.control |= HADELSE|KEPT;
415 *pp.control |= KEPT;
441 *pp.control |= ((sym != 0) == (directive == IFDEF)) ? KEPT : SKIP;
H A Dpplib.h543 #define KEPT (1<<1) /* already kept part of block */ macro

Completed in 14 milliseconds