Home
last modified time | relevance | path

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

/freebsd/contrib/one-true-awk/
H A Dproto.h156 extern Cell *copycell(Cell *);
H A Drun.c269 args[i] = copycell(y); in call()
329 Cell *copycell(Cell *x) /* make a copy of a cell in a temp */ in copycell() function
2683 res = copycell(x); /* target string - initially copy of source */ in gensub()
H A DChangeLog208 * run.c (copycell): Make code smarter about flags (from NetBSD code).