Searched refs:ELSE_SEEN (Results 1 – 2 of 2) sorted by relevance
206 else if ((*ifptr & ELSE_SEEN) != 0) in control()208 *ifptr |= ELSE_SEEN; in control()221 else if ((*ifptr & ELSE_SEEN) != 0) { in control()
150 #define ELSE_SEEN 2 /* TRUE when #else processed */ macro
Completed in 22 milliseconds