Home
last modified time | relevance | path

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

/haiku/src/system/libroot/posix/glibc/regex/
H A Dregcomp.c68 static bin_tree_t *parse_branch (re_string_t *regexp, regex_t *preg,
2173 tree = parse_branch (regexp, preg, token, syntax, nest, err); in parse_reg_exp()
2185 branch = parse_branch (regexp, preg, token, syntax, nest, err); in parse_reg_exp()
2216 parse_branch (re_string_t *regexp, regex_t *preg, re_token_t *token, in parse_branch() function