Searched refs:pbeg (Results 1 – 4 of 4) sorted by relevance
42 manconf_parse(struct manconf *conf, const char *file, char *pend, char *pbeg) in manconf_parse() argument47 manpath_parseline(&conf->manpath, pbeg, 'm'); in manconf_parse()53 pbeg = pend = NULL; in manconf_parse()54 } else if ((pbeg = getenv("MANPATH")) == NULL || *pbeg == '\0') { in manconf_parse()56 pbeg = pend = NULL; in manconf_parse()57 } else if (*pbeg == ':') { in manconf_parse()59 pend = pbeg + 1; in manconf_parse()60 pbeg = NULL; in manconf_parse()61 } else if ((pend = strstr(pbeg, "::")) != NULL) { in manconf_parse()65 } else if (pbeg[strlen(pbeg) - 1] == ':') { in manconf_parse()[all …]
78 void setp(char_type* pbeg, char_type* pend);
5288 T void setp(char_type* pbeg, char_type* pend);