Searched defs:KEPT (Results 1 - 2 of 2) 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 Dpplib.h543 #define KEPT (1<<1) /* already kept part of block */ macro

Completed in 16 milliseconds