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

/freebsd-10.0-release/contrib/libgnuregex/
H A Dregcomp.c1112 case OP_ALT:
1432 case OP_ALT:
1828 token->type = OP_ALT;
1941 token->type = OP_ALT;
1945 token->type = OP_ALT;
1999 if (next.type != OP_ALT && next.type != OP_CLOSE_SUBEXP)
2156 while (token->type == OP_ALT)
2159 if (token->type != OP_ALT && token->type != END_OF_RE
2168 tree = create_tree (dfa, tree, branch, OP_ALT);
2197 while (token->type != OP_ALT
[all...]
H A Dregex_internal.h209 OP_ALT = EPSILON_BIT | 2, enumerator in enum:__anon1637

Completed in 71 milliseconds