Home
last modified time | relevance | path

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

/posix/
A Dregcomp.c1116 case OP_ALT: in optimize_utf8()
1443 case OP_ALT: in link_nfa_nodes()
1832 token->type = OP_ALT; in peek_token()
1945 token->type = OP_ALT; in peek_token()
1949 token->type = OP_ALT; in peek_token()
2161 while (token->type == OP_ALT) in parse_reg_exp()
2180 tree = create_tree (dfa, tree, branch, OP_ALT); in parse_reg_exp()
2429 case OP_ALT: in parse_expression()
2633 (end == -1 ? OP_DUP_ASTERISK : OP_ALT)); in parse_dup_op()
2648 tree = create_tree (dfa, tree, NULL, OP_ALT); in parse_dup_op()
[all …]
A Dregex_internal.h259 OP_ALT = EPSILON_BIT | 2, enumerator

Completed in 13 milliseconds