Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/awk/
H A Dawk.h189 #define CTEMP 4 macro
241 #define istemp(n) ((n)->csub == CTEMP)
H A Drun.c72 static Cell tempcell = { OCELL, CTEMP, 0, 0, 0.0, NUM };
263 t->csub = CTEMP; in call()
272 t->csub = CTEMP; in call()
/titanic_50/usr/src/cmd/oawk/
H A Dawk.def117 #define CTEMP 4
152 #define istemp(n) (n->ctype == OCELL && n->csub == CTEMP)
H A Drun.c72 static CELL tempcell ={ OCELL, CTEMP, 0, 0, 0.0, NUM, 0 };