Home
last modified time | relevance | path

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

/trueos/contrib/one-true-awk/
HDrun.c622 i = istrue(x); in boolop()
628 i = istrue(y); in boolop()
635 i = istrue(y); in boolop()
1182 if (istrue(x)) { in pastat()
1198 if (istrue(x)) in dopa2()
1204 if (istrue(x)) in dopa2()
1357 if (istrue(x)) { in condexpr()
1372 if (istrue(x)) { in ifstat()
1388 if (!istrue(x)) in whilestat()
1414 if (!istrue(x)) in dostat()
[all …]
HDawk.h196 #define istrue(n) ((n)->csub == BTRUE) macro
/trueos/contrib/ntp/ntpd/
HDrefclock_msfees.c811 #define istrue(x) ((x)?1:0) in ees_receive() macro
834 if (istrue(cp[EESM_LEAP])) day++; /*FALLSTHROUGH*/ in ees_receive()
852 ees->tz = istrue(cp[EESM_BST]) ? -1 : 0; in ees_receive()
883 if (istrue(cp[EESM_MSFOK])) { in ees_receive()
/trueos/contrib/binutils/gas/
HDChangeLog-92952664 * gasp.c (istrue): Correctly test for string inequality.
3807 (istrue): Provide a default case to set "res" and keep "gcc -Wall"