Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk0.c207 NODE *ARGVsubi; /* Compute ARGV[i] */ variable
H A Dawk.h426 extern NODE *ARGVsubi;
H A Dawk1.c337 ARGVsubi = node(INDEX, vlook(s_ARGV), constant); in awkarginit()
344 strassign(exprreduce(ARGVsubi), cp, in awkarginit()
H A Dawk2.c176 arg = (wchar_t *)exprstring(ARGVsubi); in newfile()