Home
last modified time | relevance | path

Searched refs:istrue (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/one-true-awk/
H A Drun.c858 i = istrue(x); in boolop()
864 i = istrue(y); in boolop()
871 i = istrue(y); in boolop()
1637 if (istrue(x)) { in pastat()
1653 if (istrue(x)) in dopa2()
1659 if (istrue(x)) in dopa2()
1858 if (istrue(x)) { in condexpr()
1873 if (istrue(x)) { in ifstat()
1889 if (!istrue(x)) in whilestat()
1915 if (!istrue(x)) in dostat()
[all …]
H A Dawk.h232 #define istrue(n) ((n)->csub == BTRUE) macro
/freebsd/contrib/ntp/ntpd/
H A Drefclock_msfees.c812 #define istrue(x) ((x)?1:0) in ees_receive() macro
835 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()
/freebsd/contrib/mandoc/
H A Droff.c2584 int deftype, len, number, savepos, istrue, wanttrue; in roff_evalcond() local
2629 istrue = mchars_spec2cp(start, len) != -1; in roff_evalcond()
2632 istrue = 1; in roff_evalcond()
2635 istrue = mchars_num2char(start, len) != -1; in roff_evalcond()
2638 istrue = !wanttrue; in roff_evalcond()
2642 return istrue == wanttrue; in roff_evalcond()
2651 istrue = 0; in roff_evalcond()
2653 istrue = roff_hasregn(r, name, sz); in roff_evalcond()
2657 istrue = !!deftype; in roff_evalcond()
2660 return istrue == wanttrue; in roff_evalcond()