Searched defs:apropos (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/man/
H A Dman.c155 static int apropos = 0; variable
234 if (strcmp(__progname, "apropos") == 0) {
235 apropos++;
238 apropos++;
274 apropos++;
303 if (apropos)
317 if (apropos) {
397 if (apropos)
525 /* Just store all sections when doing makewhatis or apropos/whatis */
526 if (makewhatis || apropos) {
[all...]

Completed in 45 milliseconds