Searched refs:OP_CLOSE_SUBEXP (Results 1 - 3 of 3) sorted by relevance

/haiku/src/system/libroot/posix/glibc/regex/
H A Dregcomp.c996 if (clexp_node->type == OP_CLOSE_SUBEXP
1082 case OP_CLOSE_SUBEXP:
1276 of OP_OPEN_SUBEXP, the body of the SUBEXP (if any) and OP_CLOSE_SUBEXP. */
1318 OP_OPEN_SUBEXP, the contents, and an OP_CLOSE_SUBEXP. */
1320 cls = create_tree (dfa, NULL, NULL, OP_CLOSE_SUBEXP);
1418 case OP_CLOSE_SUBEXP:
1863 token->type = OP_CLOSE_SUBEXP;
1933 token->type = OP_CLOSE_SUBEXP;
1960 if (next.type != OP_ALT && next.type != OP_CLOSE_SUBEXP)
2121 && (nest == 0 || token->type != OP_CLOSE_SUBEXP))
[all...]
H A Dregexec.c1535 else if (type == OP_CLOSE_SUBEXP)
1953 OP_CLOSE_SUBEXP cases below. But, if the
1988 case OP_CLOSE_SUBEXP:
2061 else if (type == OP_CLOSE_SUBEXP
2102 if (type == OP_CLOSE_SUBEXP || type == OP_OPEN_SUBEXP)
2787 OP_CLOSE_SUBEXP);
2797 /* Can the OP_OPEN_SUBEXP node arrive the OP_CLOSE_SUBEXP node
2801 OP_CLOSE_SUBEXP);
3181 if (type == OP_CLOSE_SUBEXP)
4235 an OP_OPEN_SUBEXP or OP_CLOSE_SUBEXP fo
[all...]
H A Dregex_internal.h209 OP_CLOSE_SUBEXP = EPSILON_BIT | 1, enumerator in enum:__anon5495
530 /* Store information about the node NODE whose type is OP_CLOSE_SUBEXP. */
540 And information about the node, whose type is OP_CLOSE_SUBEXP,

Completed in 48 milliseconds