Searched refs:copycell (Results 1 – 1 of 1) sorted by relevance
50 static Cell *gettemp(char *), *copycell(Cell *);231 args[i] = copycell(y); in call()290 copycell(Cell *x) /* make a copy of a cell in a temp */ in copycell() function