Lines Matching defs:manstate
81 struct manstate { struct
83 int all; /* -a: show all matches rather than first */
84 int cat; /* -c: do not use a pager */
85 char *conffile; /* -C: use alternate config file */
86 int how; /* -h: show SYNOPSIS only */
87 char *manpath; /* -M: alternate MANPATH */
88 char *addpath; /* -m: add these dirs to front of manpath */
89 char *pathsearch; /* -S: path of man must contain this string */
90 char *sectionname; /* -s: limit search to a given man section */
91 int where; /* -w: just show paths of all matching files */
92 int getpath; /* -p: print the path of directories containing man pages */
116 static void build_page(const char *, char **, struct manstate *); argument