Lines Matching refs:fp0
95 struct afile *fp0, *fplast;
177 fp0 = fp;
187 qsort(fp0, fplast - fp0, sizeof (struct afile), fcmp);
189 formatf(fp0, fplast);
193 fp = fp0;
195 for (fp = fp0; fp < fplast && fp->ftype != 'd'; fp++)
197 formatf(fp0, fp);
200 if (fp > fp0)
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++) {
536 fp = fp0 + j * lines + i;