Searched refs:fplast (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/ucbcmd/ls/
H A Dls.c95 struct afile *fp0, *fplast; local
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) argument
510 int width = 0, w, nentry = fplast - fp0;
514 if (fp0 == fplast)
[all...]

Completed in 58 milliseconds