Searched refs:manpath (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Dmanconf.h42 struct manpaths manpath; member in struct:manconf
H A Dmanpath.c1 /* $Id: manpath.c,v 1.30 2016/05/28 13:44:13 schwarze Exp $ */
52 strlcpy(cmd, "manpath", sizeof(cmd));
66 /* Open manpath(1). Ignore errors. */
86 manpath_parseline(&conf->manpath, buf, 1);
95 manpath_parseline(&conf->manpath, auxp, 1);
99 manpath_parseline(&conf->manpath, defp, 1);
117 manpath_parseline(&conf->manpath, defp, 0);
123 manpath_parseline(&conf->manpath, defp, 0);
132 manpath_parseline(&conf->manpath, defp, 0);
134 manpath_parseline(&conf->manpath, inser
[all...]
H A Dmain.c368 if ( ! mansearch(&search, &conf.manpath,
382 fs_search(&search, &conf.manpath,
483 chdir(conf.manpath.paths[resp->ipath]);
/illumos-gate/usr/src/cmd/man/
H A Dman.c100 * manpath.
104 * manpath (including derived from PATH)
216 char *manpath = NULL; local
248 manpath = ".";
262 manpath = optarg;
329 if (manpath == NULL && (manpath = getenv("MANPATH")) == NULL) {
330 if ((manpath = getenv("PATH")) != NULL)
333 manpath = DEFMANDIR;
335 pathv = split(manpath, '
[all...]

Completed in 57 milliseconds