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

  /ndk/sources/host-tools/nawk-20071023/
main.c 51 int npfile = 0; /* number of filenames */ variable
93 if (npfile >= MAX_PFILE - 1)
95 pfile[npfile++] = argv[1];
131 if (npfile == 0) { /* no -f; first argument is program */
169 if (curpfile >= npfile)
188 if (npfile > 0)

Completed in 181 milliseconds