Searched refs:copycell (Results 1 – 2 of 2) sorted by relevance
154 extern Cell *copycell(Cell *);
260 args[i] = copycell(y); in call()321 Cell *copycell(Cell *x) /* make a copy of a cell in a temp */ in copycell() function