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