Lines Matching refs:vlist
59 static char *vlist[NVERS];
153 inst = fpkginst(wabbrev, alist[i], vlist[i]);
268 if (vlist[i])
269 (void) printf("%s", vlist[i]);
321 if (vlist[i]) {
322 free(vlist[i]);
323 vlist[i] = NULL;
326 alist[0] = vlist[0] = NULL;
365 vlist[found] = qstrdup(pt);
366 if (pt = strchr(vlist[found], '\n'))
423 if (inst = fpkginst(abbrev, alist[i], vlist[i])) {