Home
last modified time | relevance | path

Searched refs:MSG_MORE_INST (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/hdrs/
H A Dmessages.h714 #define MSG_MORE_INST gettext("\nThere are %d more packages to be installed.") macro
/illumos-gate/usr/src/cmd/svr4pkg/pkgadd/
H A Dmain.c2750 echo(npkgs == 1 ? MSG_1MORE_INST : MSG_MORE_INST, npkgs); in continue_installation()