Lines Matching refs:manpath_parseline
36 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
219 manpath_parseline(&conf->manpath, manpath_default, '\0'); in manconf_file()