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