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()1636 if (istrue(x)) { in pastat()1652 if (istrue(x)) in dopa2()1658 if (istrue(x)) in dopa2()1857 if (istrue(x)) { in condexpr()1872 if (istrue(x)) { in ifstat()1888 if (!istrue(x)) in whilestat()1914 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()
2556 int deftype, len, number, savepos, istrue, wanttrue; in roff_evalcond() local2601 istrue = mchars_spec2cp(start, len) != -1; in roff_evalcond()2604 istrue = 1; in roff_evalcond()2607 istrue = mchars_num2char(start, len) != -1; in roff_evalcond()2610 istrue = !wanttrue; in roff_evalcond()2614 return istrue == wanttrue; in roff_evalcond()2623 istrue = 0; in roff_evalcond()2625 istrue = roff_hasregn(r, name, sz); in roff_evalcond()2629 istrue = !!deftype; in roff_evalcond()2632 return istrue == wanttrue; in roff_evalcond()