Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Dmanpath.c36 static void manpath_parseline(struct manpaths *, char *, char);
45 manpath_parseline(&conf->manpath, pbeg, 'm'); in manconf_parse()
49 manpath_parseline(&conf->manpath, pend, 'M'); in manconf_parse()
72 manpath_parseline(&conf->manpath, pbeg, '\0'); in manconf_parse()
78 manpath_parseline(&conf->manpath, pend, '\0'); in manconf_parse()
85 manpath_parseline(dirs, path_base, '\0'); in manpath_base()
92 manpath_parseline(struct manpaths *dirs, char *path, char option) in manpath_parseline() function
208 manpath_parseline(&conf->manpath, manpath_default, '\0'); in manconf_file()