Searched refs:istrue (Results 1 – 4 of 4) sorted by relevance
859 i = istrue(x); in boolop()865 i = istrue(y); in boolop()872 i = istrue(y); in boolop()1634 if (istrue(x)) { in pastat()1650 if (istrue(x)) in dopa2()1656 if (istrue(x)) in dopa2()1855 if (istrue(x)) { in condexpr()1870 if (istrue(x)) { in ifstat()1886 if (!istrue(x)) in whilestat()1912 if (!istrue(x)) in dostat()[all …]
232 #define istrue(n) ((n)->csub == BTRUE) macro
812 #define istrue(x) ((x)?1:0) in ees_receive() macro835 if (istrue(cp[EESM_LEAP])) day++; /*FALLSTHROUGH*/ in ees_receive()853 ees->tz = istrue(cp[EESM_BST]) ? -1 : 0; in ees_receive()884 if (istrue(cp[EESM_MSFOK])) { in ees_receive()
2554 int deftype, len, number, savepos, istrue, wanttrue; in roff_evalcond() local2599 istrue = mchars_spec2cp(start, len) != -1; in roff_evalcond()2602 istrue = 1; in roff_evalcond()2605 istrue = mchars_num2char(start, len) != -1; in roff_evalcond()2608 istrue = !wanttrue; in roff_evalcond()2612 return istrue == wanttrue; in roff_evalcond()2621 istrue = 0; in roff_evalcond()2623 istrue = roff_hasregn(r, name, sz); in roff_evalcond()2627 istrue = !!deftype; in roff_evalcond()2630 return istrue == wanttrue; in roff_evalcond()