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

/illumos-gate/usr/src/cmd/mandoc/
H A Dmanconf.h42 struct manpaths manpath; member in struct:manconf
/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 65 milliseconds