Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/oawk/
H A Dawk.def112 #define OBOOL 2
151 #define istrue(n) (n->ctype == OBOOL && n->csub == BTRUE)
H A Drun.c60 static CELL truecell ={ OBOOL, BTRUE, 0, 0, 0.0, NUM, 0 };
62 static CELL falsecell ={ OBOOL, BFALSE, 0, 0, 0.0, NUM, 0 };
/titanic_50/usr/src/cmd/awk/
H A Dawk.h182 #define OBOOL 2 macro
H A Drun.c58 static Cell truecell = { OBOOL, BTRUE, 0, 0, 1.0, NUM };
60 static Cell falsecell = { OBOOL, BFALSE, 0, 0, 0.0, NUM };