Home | History | Annotate | Download | only in lib

Lines Matching refs:parse

62 static bin_tree_t *parse (re_string_t *regexp, regex_t *preg,
819 /* Parse the regular expression, and build a structure tree. */
821 dfa->str_tree = parse (&regexp, preg, syntax, &err);
1206 /* Our parse trees are very unbalanced, so we cannot use a stack to
1207 implement parse tree visits. Instead, we use parent pointers and
2098 Parse the regular expression REGEXP and return the structure tree.
2110 parse (re_string_t *regexp, regex_t *preg, reg_syntax_t syntax,
2476 /* This function parse repetition operators like "*", "+", "{1,3}" etc. */
2760 /* This function parse bracket expression like "[abc]", "[a-c]",
3319 /* Parse an element in the bracket expression. */
3357 /* Parse a bracket symbol in the bracket expression. Bracket symbols are