Home
last modified time | relevance | path

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

/ndk/sources/host-tools/nawk-20071023/
Dawk.h153 #define CCOPY 6 macro
Drun.c223 static Cell newcopycell = { OCELL, CCOPY, 0, "", 0.0, NUM|STR|DONTFREE }; in call()
288 if (t->csub == CCOPY) { in call()
303 } else if (t == y && t->csub == CCOPY) { in call()
326 y->csub = CCOPY; /* prevents freeing until call is over */ in copycell()