Searched refs:istrue (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/one-true-awk/
H A Dawk.h196 #define istrue(n) ((n)->csub == BTRUE) macro
H A Drun.c622 i = istrue(x);
628 i = istrue(y);
635 i = istrue(y);
1182 if (istrue(x)) {
1198 if (istrue(x))
1204 if (istrue(x))
1357 if (istrue(x)) {
1372 if (istrue(x)) {
1388 if (!istrue(x))
1414 if (!istrue(
[all...]
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Drefclock_msfees.c812 #define istrue(x) ((x)?1:0) macro
835 if (istrue(cp[EESM_LEAP])) day++; /*FALLSTHROUGH*/
853 ees->tz = istrue(cp[EESM_BST]) ? -1 : 0;
884 if (istrue(cp[EESM_MSFOK])) {

Completed in 130 milliseconds