Searched refs:manpath_parseline (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/bsd/mdocml/dist/ |
H A D | manpath.c | 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 [all …]
|