Lines Matching refs:choice
325 struct cfstat *dp, *choice; in report() local
332 choice = (struct cfstat *)0; in report()
343 choice = dp; in report()
345 } else if (!choice || in report()
346 (strcmp(choice->pkginst, dp->pkginst) > 0)) in report()
347 choice = dp; in report()
349 if (!choice) in report()
352 if (pkginfo(&info, choice->pkginst, ckarch, ckvers)) { in report()
353 choice->installed = (-1); in report()
372 choice->installed = (-1); in report()
377 (choice->partial || (info.status == PI_PARTIAL) || in report()
380 choice->installed = (-1); in report()
386 choice->installed = (-1); in report()
391 dumpinfo(choice, longestPkg); in report()
392 choice->installed = (-1); in report()
394 i = selectp(choice->pkginst); in report()