Searched refs:ifsatisfied (Results 1 – 2 of 2) sorted by relevance
38 int ifsatisfied[NIF]; variable210 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()
243 extern int ifsatisfied[NIF];
Completed in 14 milliseconds