Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/awk/
H A Dawk.h222 #define CTEMP 4 macro
278 #define istemp(n) ((n)->csub == CTEMP)
H A Drun.c92 static Cell tempcell = { OCELL, CTEMP, NULL, "", 0.0,
330 t->csub = CTEMP; in call()
340 t->csub = CTEMP; in call()
343 t->csub = CTEMP; in call()
/illumos-gate/usr/src/cmd/oawk/
H A Dawk.def115 #define CTEMP 4
150 #define istemp(n) (n->ctype == OCELL && n->csub == CTEMP)
H A Drun.c72 static CELL tempcell ={ OCELL, CTEMP, 0, 0, 0.0, NUM, 0 };