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

/ndk/sources/host-tools/sed-4.2.1/lib/
H A Dregcomp.c1099 case OP_ALT:
1426 case OP_ALT:
1825 token->type = OP_ALT;
1938 token->type = OP_ALT;
1942 token->type = OP_ALT;
1996 if (next.type != OP_ALT && next.type != OP_CLOSE_SUBEXP)
2153 while (token->type == OP_ALT)
2156 if (token->type != OP_ALT && token->type != END_OF_RE
2165 tree = create_tree (dfa, tree, branch, OP_ALT);
2194 while (token->type != OP_ALT
[all...]
H A Dregex_internal.h252 OP_ALT = EPSILON_BIT | 2, enumerator in enum:__anon319

Completed in 54 milliseconds