Searched refs:npfile (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/awk/
H A Dmain.c52 static int npfile = 0; /* number of filenames */ variable
94 pfile = realloc(pfile, sizeof (uchar *) * (npfile + 1));
97 pfile[npfile++] = (uchar *)argv[1];
139 if (npfile == 0) { /* no -f; first argument is program */
182 if (curpfile >= npfile)

Completed in 58 milliseconds