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

/illumos-gate/usr/src/cmd/man/
H A Dman.c164 static int whatis = 0; variable
237 } else if (strcmp(__progname, "whatis") == 0) {
239 whatis++;
271 whatis++;
525 /* Just store all sections when doing makewhatis or apropos/whatis */
628 * Build whatis databases.
693 * Find matching whatis or apropos entries.
738 if (asprintf(&pkwd, "%s%s%s", (whatis) ? "\\<" : "",
739 word, (whatis) ? "\\>" : "") == -1)
1599 whatis
[all...]
/illumos-gate/usr/src/man/man1/
H A DMakefile539 whatis.1 \
546 whatis.1 := LINKSRC = apropos.1

Completed in 63 milliseconds