Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/regex/
A Dregcomp.c1034 case OP_ALT: in optimize_utf8()
1351 case OP_ALT: in link_nfa_nodes()
1749 token->type = OP_ALT; in peek_token()
1862 token->type = OP_ALT; in peek_token()
1866 token->type = OP_ALT; in peek_token()
2076 while (token->type == OP_ALT) in parse_reg_exp()
2088 tree = create_tree (dfa, tree, branch, OP_ALT); in parse_reg_exp()
2117 while (token->type != OP_ALT && token->type != END_OF_RE in parse_branch()
2322 case OP_ALT: in parse_expression()
2514 tree = create_tree (dfa, tree, NULL, OP_ALT); in parse_dup_op()
[all …]
A Dregex_internal.h164 OP_ALT = EPSILON_BIT | 2, enumerator

Completed in 10 milliseconds