Home
last modified time | relevance | path

Searched refs:ifsatisfied (Results 1 – 2 of 2) sorted by relevance

/trunk/main/soltools/cpp/
H A D_cpp.c38 int ifsatisfied[NIF]; variable
210 ifsatisfied[ifdepth] = 0; in control()
212 ifsatisfied[ifdepth] = 1; in control()
223 if (ifsatisfied[ifdepth] == 2) in control()
227 if (ifsatisfied[ifdepth]) in control()
232 ifsatisfied[ifdepth] = 1; in control()
245 if (ifsatisfied[ifdepth] == 2) in control()
249 skipping = ifsatisfied[ifdepth] ? ifdepth : 0; in control()
250 ifsatisfied[ifdepth] = 2; in control()
H A Dcpp.h243 extern int ifsatisfied[NIF];

Completed in 103 milliseconds