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

/illumos-gate/usr/src/cmd/man/
H A DMakefile19 LIBLINKS = makewhatis
20 OBJS= makewhatis.o man.o stringlist.o
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 46 milliseconds