Lines Matching defs:whatis
164 static int whatis = 0;
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 ? "whatis" : "apropos");