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