Lines Matching refs:choice
321 struct cfstat *dp, *choice;
328 choice = (struct cfstat *)0;
339 choice = dp;
341 } else if (!choice ||
342 (strcmp(choice->pkginst, dp->pkginst) > 0))
343 choice = dp;
345 if (!choice)
348 if (pkginfo(&info, choice->pkginst, ckarch, ckvers)) {
349 choice->installed = (-1);
368 choice->installed = (-1);
374 (choice->partial || (info.status == PI_PARTIAL) ||
376 choice->installed = (-1);
382 choice->installed = (-1);
387 dumpinfo(choice, longestPkg);
388 choice->installed = (-1);
390 i = selectp(choice->pkginst);