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.c859 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 …]
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.c2556 int deftype, len, number, savepos, istrue, wanttrue; in roff_evalcond() local
2601 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()