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

/macosx-10.10.1/awk-20/src/
H A Dawk.h154 #define CCOPY 6 macro
H A Drun.c226 static Cell newcopycell = { OCELL, CCOPY, 0, "", 0.0, NUM|STR|DONTFREE };
291 if (t->csub == CCOPY) {
306 } else if (t == y && t->csub == CCOPY) {
329 y->csub = CCOPY; /* prevents freeing until call is over */

Completed in 157 milliseconds