Lines Matching refs:flist
224 static int nfiles = 0; /* number of flist entries in current use */
225 static int nargs = 0; /* number of flist entries used for arguments */
226 static int maxfils = 0; /* number of flist/lbuf entries allocated */
227 static int maxn = 0; /* number of flist entries with lbufs asigned */
231 static struct lbuf **flist; /* ptr to list of lbuf pointers */
1007 /* allocate space for flist and the associated */
1010 if (((flist = malloc(maxfils * sizeof (struct lbuf *))) == NULL) ||
1081 nargs++; /* count good arguments stored in flist */
1087 qsort(flist, (unsigned)nargs, sizeof (struct lbuf *),
1090 if ((flist[i]->ltype == 'd' && dflg == 0) || fflg)
1094 pem(&flist[0], &flist[i], 0);
1096 pdirectory(flist[i]->ln.namep, Rflg ||
1097 (amino > 1), nargs, 0, flist[i]->ancinfo);
1164 qsort(&flist[lp], (unsigned)(nfiles - lp),
1169 ap = flist[j];
1193 pem(&flist[lp], &flist[nfiles], lflg||sflg);
1535 * status in flist[nfiles]
1758 * stores a pointer in flist[nfiles] and
1781 * all flist/lbuf pair assigned files, time to get some
1785 if (((flist = realloc(flist,
1798 * to prevent the assignment of an lbuf to a flist entry
1803 flist[nfiles++] = rep;
1806 rep = flist[nfiles++];