Home
last modified time | relevance | path

Searched refs:manpath_parseline (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Dmanpath.c36 static void manpath_parseline(struct manpaths *, char *, char);
46 manpath_parseline(&conf->manpath, auxp, 'm'); in manconf_parse()
50 manpath_parseline(&conf->manpath, defp, 'M'); in manconf_parse()
68 manpath_parseline(&conf->manpath, defp, '\0'); in manconf_parse()
74 manpath_parseline(&conf->manpath, defp, '\0'); in manconf_parse()
83 manpath_parseline(&conf->manpath, defp, '\0'); in manconf_parse()
85 manpath_parseline(&conf->manpath, insert + 1, '\0'); in manconf_parse()
90 manpath_parseline(&conf->manpath, defp, '\0'); in manconf_parse()
97 manpath_parseline(dirs, path_base, '\0'); in manpath_base()
104 manpath_parseline(struct manpaths *dirs, char *path, char option) in manpath_parseline() function
[all …]