Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/awk/
H A Dawk.h220 #define CCOPY 6 macro
H A Drun.c250 { OCELL, CCOPY, 0, "", 0.0, NUM|STR|DONTFREE, NULL }; in call()
327 if (t->csub == CCOPY) { in call()
342 } else if (t == y && t->csub == CCOPY) { in call()
370 y->csub = CCOPY; /* prevents freeing until call is over */ in copycell()