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

/freebsd-13-stable/contrib/one-true-awk/
H A Dawk.h210 #define istrue(n) ((n)->csub == BTRUE) macro
H A Drun.c639 i = istrue(x);
645 i = istrue(y);
652 i = istrue(y);
1226 if (istrue(x)) {
1242 if (istrue(x))
1248 if (istrue(x))
1401 if (istrue(x)) {
1416 if (istrue(x)) {
1432 if (!istrue(x))
1458 if (!istrue(
[all...]
/freebsd-13-stable/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])) {
/freebsd-13-stable/contrib/mandoc/
H A Droff.c2491 int deftype, len, number, savepos, istrue, wanttrue; local
2536 istrue = mchars_spec2cp(start, len) != -1;
2539 istrue = 1;
2542 istrue = mchars_num2char(start, len) != -1;
2545 istrue = !wanttrue;
2549 return istrue == wanttrue;
2558 istrue = 0;
2560 istrue = roff_hasregn(r, name, sz);
2564 istrue = !!deftype;
2567 return istrue
[all...]

Completed in 120 milliseconds