Home
last modified time | relevance | path

Searched refs:TRUE_SEEN (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/rsc/source/rscpp/
H A Dcpp.h151 #define TRUE_SEEN 4 /* TRUE when #if TRUE processed */ macro
H A Dcpp2.c210 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()

Completed in 15 milliseconds