HomeSort by relevance Sort by last modified time
    Searched full:npfile (Results 1 - 1 of 1) sorted by null

  /external/one-true-awk/
main.c 52 int npfile = 0; /* number of filenames */ variable
95 if (npfile >= MAX_PFILE - 1)
97 pfile[npfile++] = &argv[1][2];
102 if (npfile >= MAX_PFILE - 1)
104 pfile[npfile++] = argv[1];
153 if (npfile == 0) { /* no -f; first argument is program */
191 if (curpfile >= npfile)
210 if (npfile > 0)

Completed in 125 milliseconds