Lines Matching refs:manpath_parseline
37 static void manpath_parseline(struct manpaths *, char *, int);
47 manpath_parseline(&conf->manpath, auxp, 1); in manconf_parse()
51 manpath_parseline(&conf->manpath, defp, 1); in manconf_parse()
69 manpath_parseline(&conf->manpath, defp, 0); in manconf_parse()
75 manpath_parseline(&conf->manpath, defp, 0); in manconf_parse()
84 manpath_parseline(&conf->manpath, defp, 0); in manconf_parse()
86 manpath_parseline(&conf->manpath, insert + 1, 0); in manconf_parse()
91 manpath_parseline(&conf->manpath, defp, 0); in manconf_parse()
98 manpath_parseline(dirs, path_base, 0); in manpath_base()
105 manpath_parseline(struct manpaths *dirs, char *path, int complain) in manpath_parseline() function
228 manpath_parseline(&conf->manpath, manpath_default, 0); in manconf_file()