Lines Matching defs:installed
68 " -p #select partially installed packages\n" \
69 " -i #select completely installed packages\n" \
127 long installed;
336 if (dp->installed < 0)
349 choice->installed = (-1);
368 choice->installed = (-1);
373 /* don't include partially installed packages */
376 choice->installed = (-1);
381 /* don't include completely installed packages */
382 choice->installed = (-1);
388 choice->installed = (-1);
487 gettext("partially installed"));
490 gettext("completely installed"));
507 if (dp->installed)
508 (void) printf(gettext("%10s: %7ld installed pathnames\n"),
509 "FILES", dp->installed);
511 (void) printf(gettext("%20d partially installed pathnames\n"),
664 * else is considered "installed" (even server
672 dp->installed++;