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

/illumos-gate/usr/src/cmd/man/
H A Dman.c43 * Find and display reference manual pages. This version includes makewhatis
159 static int makewhatis = 0; variable
243 makewhatis++;
245 } else if (strcmp(__progname, "makewhatis") == 0) {
246 makewhatis++;
299 makewhatis++;
321 } else if (!printmp && !makewhatis) {
340 if (makewhatis) {
525 /* Just store all sections when doing makewhatis or apropos/whatis */
526 if (makewhatis || apropo
[all...]

Completed in 56 milliseconds