Searched refs:TRUE_SEEN (Results 1 – 2 of 2) sorted by relevance
210 if (compiling || (*ifptr & TRUE_SEEN) != 0) in control()225 if ((*ifptr & (WAS_COMPILING | TRUE_SEEN)) != WAS_COMPILING) { in control()346 *ifptr |= TRUE_SEEN; in doif()
151 #define TRUE_SEEN 4 /* TRUE when #if TRUE processed */ macro
Completed in 64 milliseconds