Lines Matching refs:lp
1137 * nonzero, using lp as the place to start reading in the dir.
1140 pdirectory(char *name, int title, int lp, int cdetect, struct ditem *myinfo)
1169 nfiles = lp;
1174 qsort(&flist[lp], (unsigned)(nfiles - lp),
1178 for (j = nfiles - 1; j >= lp; j--) {
1203 pem(&flist[lp], &flist[nfiles], lflg||sflg);
1208 * by slp and lp.
1211 pem(struct lbuf **slp, struct lbuf **lp, int tot_flag)
1224 for (ep = slp; ep < lp; ep++)
1237 nrows = (lp - slp - 1) / ncols + 1;
1241 if (ep < lp)