Searched refs:TOK_FLAG_ENDIF (Results 1 – 1 of 1) sorted by relevance
2316 #define TOK_FLAG_ENDIF 0x0004 /* a endif was found matching starting #ifdef */ macro8691 tok_flags |= TOK_FLAG_ENDIF; in preprocess()9204 if (tok_flags & TOK_FLAG_ENDIF) { in next_nomacro1()