Lines Matching refs:istrue
636 i = istrue(x); in boolop()
642 i = istrue(y); in boolop()
649 i = istrue(y); in boolop()
1223 if (istrue(x)) { in pastat()
1239 if (istrue(x)) in dopa2()
1245 if (istrue(x)) in dopa2()
1398 if (istrue(x)) { in condexpr()
1413 if (istrue(x)) { in ifstat()
1429 if (!istrue(x)) in whilestat()
1455 if (!istrue(x)) in dostat()
1470 if (!istrue(x)) return(x); in forstat()