Lines Matching defs:man

2  * man.c
7 * License as specified in the file COPYING that comes with the man
19 * man -K: aeb, Jul 1995
43 #include "man.h"
46 #include "man-config.h"
47 #include "man-getopt.h"
48 #include "man-iconv.h"
53 #include "man-iconv.h"
145 /* People prefer no page headings in their man screen output;
182 /* 3Xt may be a section, but 3DBorder is a man page */
315 * For /usr/man/man3/TIFFScanlineSize.3t
317 * we return /usr/man/man3/TIFFsize.3t .
362 * Some people have compressed man pages, but uncompressed
408 /* allow "man ./foo.3" where foo.3 contains ".so man2/bar.2" */
424 } else if((cp = rindex(name, '/')) != NULL && !strncmp(cp+1, "man", 3)) {
605 man page. (William Webber, wew@cs.rmit.edu.au) */
718 * Try to format the man page and create a new formatted file. Return
801 * the formatted man page if we're not done yet.
923 * Try to format the man page source and save it, then display it. If
924 * that's not possible, try to format the man page source and display
972 * file first, then the man page source file. If they both exist and
973 * the man page source file is newer, or only the source file exists,
976 * the man file.
979 * being used, only look for the man page source file.
982 * since a preformatted man page might be compressed.
986 man (const char *name, const char *section) {
992 /* allow man ./manpage for formatting explicitly given man pages */
1145 pathname = my_xsprintf("%s/man%s/*", *dp, section ? section : "*");
1282 /* Handle /usr/man/man1.Z/name.1 nonsense from HP */
1300 * read command line options and man.conf
1305 * manpath or man --path or man -w will only print the manpath
1338 status = man (nextarg, section);