Lines Matching refs:flist
231 static struct lbuf **flist; /* ptr to list of lbuf pointers */ variable
1010 if (((flist = malloc(maxfils * sizeof (struct lbuf *))) == NULL) || in main()
1087 qsort(flist, (unsigned)nargs, sizeof (struct lbuf *), in main()
1090 if ((flist[i]->ltype == 'd' && dflg == 0) || fflg) in main()
1094 pem(&flist[0], &flist[i], 0); in main()
1096 pdirectory(flist[i]->ln.namep, Rflg || in main()
1097 (amino > 1), nargs, 0, flist[i]->ancinfo); in main()
1164 qsort(&flist[lp], (unsigned)(nfiles - lp), in pdirectory()
1169 ap = flist[j]; in pdirectory()
1193 pem(&flist[lp], &flist[nfiles], lflg||sflg); in pdirectory()
1785 if (((flist = realloc(flist, in gstat()
1803 flist[nfiles++] = rep; in gstat()
1806 rep = flist[nfiles++]; in gstat()