Searched refs:BTRUE (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/cmd/awk/ |
H A D | awk.h | 195 #define BTRUE 11 macro 240 #define istrue(n) ((n)->csub == BTRUE)
|
H A D | run.c | 58 static Cell truecell = { OBOOL, BTRUE, 0, 0, 1.0, NUM };
|
/titanic_50/usr/src/cmd/oawk/ |
H A D | awk.def | 123 #define BTRUE 1 151 #define istrue(n) (n->ctype == OBOOL && n->csub == BTRUE)
|
H A D | run.c | 60 static CELL truecell ={ OBOOL, BTRUE, 0, 0, 0.0, NUM, 0 };
|