Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mandoc/
H A Dmanpath.c37 static void manpath_parseline(struct manpaths *, char *, int);
83 manpath_parseline(dirs, buf, 1); in manpath_parse()
92 manpath_parseline(dirs, auxp, 1); in manpath_parse()
96 manpath_parseline(dirs, defp, 1); in manpath_parse()
114 manpath_parseline(dirs, defp, 0); in manpath_parse()
120 manpath_parseline(dirs, defp, 0); in manpath_parse()
129 manpath_parseline(dirs, defp, 0); in manpath_parse()
131 manpath_parseline(dirs, insert + 1, 0); in manpath_parse()
136 manpath_parseline(dirs, defp, 0); in manpath_parse()
144 manpath_parseline(struct manpaths *dirs, char *path, int complain) in manpath_parseline() function