Lines Matching refs:Nfiles
62 static short Nfiles = 0; /* Number of files in Filent */ variable
188 if (Nfiles == 0) {
202 Nfiles--;
233 Nfiles--;
253 Nnext = Nfiles = 0; in bldflst()
269 return(Nfiles); in bldflst()
309 for (i = Nfiles; i>0; i--) {
317 if (Nfiles == LLEN) /* last possible entry */
319 p = strcpy(Fptr[--Nfiles], file);
321 p = strcpy(Filent[Nfiles], file); /* copy to next free */
324 for (j = Nfiles; j >i; j--)
330 Nfiles++;