Home
last modified time | relevance | path

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

/ndk/sources/host-tools/nawk-20071023/
Dproto.h154 extern Cell *copycell(Cell *);
Drun.c260 args[i] = copycell(y); in call()
321 Cell *copycell(Cell *x) /* make a copy of a cell in a temp */ in copycell() function