Searched refs:copycell (Results 1 – 3 of 3) sorted by relevance
156 extern Cell *copycell(Cell *);
269 args[i] = copycell(y); in call()329 Cell *copycell(Cell *x) /* make a copy of a cell in a temp */ in copycell() function2683 res = copycell(x); /* target string - initially copy of source */ in gensub()
208 * run.c (copycell): Make code smarter about flags (from NetBSD code).