Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/oawk/
H A Drun.c237 i = istrue(x); in boolop()
243 i = istrue(y); in boolop()
250 i = istrue(y); in boolop()
764 if (istrue(x)) { in pastat()
786 if (istrue(x)) in dopa2()
792 if (istrue(x)) in dopa2()
920 if (istrue(x)) { in ifstat()
944 if (!istrue(x)) return (x); in whilestat()
974 if (!istrue(x)) return (x); in forstat()
H A Dawk.def151 #define istrue(n) (n->ctype == OBOOL && n->csub == BTRUE)
/titanic_41/usr/src/cmd/awk/
H A Drun.c594 i = istrue(x); in boolop()
601 i = istrue(y); in boolop()
608 i = istrue(y); in boolop()
1159 if (istrue(x)) { in pastat()
1187 if (istrue(x)) in dopa2()
1193 if (istrue(x)) in dopa2()
1352 if (istrue(x)) { in condexpr()
1369 if (istrue(x)) { in ifstat()
1387 if (!istrue(x)) in whilestat()
1415 if (!istrue(x)) in dostat()
[all …]
H A Dawk.h240 #define istrue(n) ((n)->csub == BTRUE) macro