Lines Matching defs:pend
40 manconf_parse(struct manconf *conf, const char *file, char *pend, char *pbeg)
47 if (pend != NULL && *pend != '\0') {
49 manpath_parseline(&conf->manpath, pend, 'M');
51 pbeg = pend = NULL;
54 pbeg = pend = NULL;
57 pend = pbeg + 1;
59 } else if ((pend = strstr(pbeg, "::")) != NULL) {
61 *pend = '\0';
62 pend += 2;
65 pend = NULL;
69 pend = NULL;
78 manpath_parseline(&conf->manpath, pend, '\0');