Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/awk/
Dawk.h193 #define CTEMP 4 macro
235 #define istemp(n) ((n)->csub == CTEMP)
Drun.c100 static Cell tempcell ={ OCELL, CTEMP, 0, EMPTY, 0.0, NUM|STR|DONTFREE, NULL, NULL };
300 t->csub = CTEMP; in call()
310 t->csub = CTEMP; in call()
313 t->csub = CTEMP; in call()
2681 res->csub = CTEMP; /* result values are temporary */ in gensub()