Lines Matching refs:istrue
618 i = istrue(x); in boolop()
624 i = istrue(y); in boolop()
631 i = istrue(y); in boolop()
1178 if (istrue(x)) { in pastat()
1194 if (istrue(x)) in dopa2()
1200 if (istrue(x)) in dopa2()
1346 if (istrue(x)) { in condexpr()
1361 if (istrue(x)) { in ifstat()
1377 if (!istrue(x)) in whilestat()
1403 if (!istrue(x)) in dostat()
1418 if (!istrue(x)) return(x); in forstat()