Home
last modified time | relevance | path

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

/NextBSD/contrib/libgnuregex/
HDregcomp.c1106 case OP_ALT: in optimize_utf8()
1425 case OP_ALT: in link_nfa_nodes()
1820 token->type = OP_ALT; in peek_token()
1933 token->type = OP_ALT; in peek_token()
1937 token->type = OP_ALT; in peek_token()
1991 if (next.type != OP_ALT && next.type != OP_CLOSE_SUBEXP) in peek_token()
2147 while (token->type == OP_ALT) in parse_reg_exp()
2150 if (token->type != OP_ALT && token->type != END_OF_RE in parse_reg_exp()
2159 tree = create_tree (dfa, tree, branch, OP_ALT); in parse_reg_exp()
2188 while (token->type != OP_ALT && token->type != END_OF_RE in parse_branch()
[all …]
HDregex_internal.h209 OP_ALT = EPSILON_BIT | 2, enumerator