Home
last modified time | relevance | path

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

/freebsd/contrib/one-true-awk/
H A Dawk.h191 #define CTEMP 4 macro
233 #define istemp(n) ((n)->csub == CTEMP)
H A Drun.c99 static Cell tempcell ={ OCELL, CTEMP, 0, EMPTY, 0.0, NUM|STR|DONTFREE, NULL, NULL };
299 t->csub = CTEMP; in call()
309 t->csub = CTEMP; in call()
312 t->csub = CTEMP; in call()
2684 res->csub = CTEMP; /* result values are temporary */ in gensub()