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

/macosx-10.10/awk-20/src/
H A Dmain.c57 int npfile = 0; /* number of filenames */ variable
101 if (npfile >= MAX_PFILE - 1)
103 pfile[npfile++] = argv[1];
141 if (npfile == 0) { /* no -f; first argument is program */
179 if (curpfile >= npfile)
198 if (npfile > 0)

Completed in 59 milliseconds