Searched refs:CTEMP (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/cmd/awk/ |
H A D | awk.h | 189 #define CTEMP 4 macro 241 #define istemp(n) ((n)->csub == CTEMP)
|
H A D | run.c | 72 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 D | awk.def | 117 #define CTEMP 4 152 #define istemp(n) (n->ctype == OCELL && n->csub == CTEMP)
|
H A D | run.c | 72 static CELL tempcell ={ OCELL, CTEMP, 0, 0, 0.0, NUM, 0 };
|