Home
last modified time | relevance | path

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

/freebsd/contrib/one-true-awk/
H A Dtran.c60 Cell *ARGVcell; /* cell with symbol table containing ARGV[...] */ variable
129 ARGVcell = cp; in arginit()
H A Dlib.c341 extern Cell *ARGVcell; in getargv()
343 ap = (Array *)ARGVcell->sval; in getargv()