Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/awk/
H A Drun.c50 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