Lines Matching refs:fplast
95 struct afile *fp0, *fplast;
186 fplast = fp;
187 qsort(fp0, fplast - fp0, sizeof (struct afile), fcmp);
189 formatf(fp0, fplast);
195 for (fp = fp0; fp < fplast && fp->ftype != 'd'; fp++)
199 if (fp < fplast) {
213 if (++fp == fplast)
507 formatf(struct afile *fp0, struct afile *fplast)
510 int width = 0, w, nentry = fplast - fp0;
514 if (fp0 == fplast)
519 for (fp = fp0; fp < fplast; fp++) {
539 if (fp + lines >= fplast) {