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

/illumos-gate/usr/src/lib/libpp/common/
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.h541 #define KEPT (1<<1) /* already kept part of block */ macro

Completed in 50 milliseconds