Symbol: OP_CLOSE_SUBEXP
src/system/libroot/posix/glibc/regex/regcomp.c
1040
if (clexp_node->type == OP_CLOSE_SUBEXP
src/system/libroot/posix/glibc/regex/regcomp.c
1131
case OP_CLOSE_SUBEXP:
src/system/libroot/posix/glibc/regex/regcomp.c
1375
cls = create_tree (dfa, NULL, NULL, OP_CLOSE_SUBEXP);
src/system/libroot/posix/glibc/regex/regcomp.c
1473
case OP_CLOSE_SUBEXP:
src/system/libroot/posix/glibc/regex/regcomp.c
1922
token->type = OP_CLOSE_SUBEXP;
src/system/libroot/posix/glibc/regex/regcomp.c
1992
token->type = OP_CLOSE_SUBEXP;
src/system/libroot/posix/glibc/regex/regcomp.c
2019
if (next.type != OP_ALT && next.type != OP_CLOSE_SUBEXP)
src/system/libroot/posix/glibc/regex/regcomp.c
2181
&& (nest == 0 || token->type != OP_CLOSE_SUBEXP))
src/system/libroot/posix/glibc/regex/regcomp.c
2226
&& (nest == 0 || token->type != OP_CLOSE_SUBEXP))
src/system/libroot/posix/glibc/regex/regcomp.c
2345
case OP_CLOSE_SUBEXP:
src/system/libroot/posix/glibc/regex/regcomp.c
2346
if ((token->type == OP_CLOSE_SUBEXP) &&
src/system/libroot/posix/glibc/regex/regcomp.c
2507
if (token->type == OP_CLOSE_SUBEXP)
src/system/libroot/posix/glibc/regex/regcomp.c
2512
if (BE (*err == REG_NOERROR && token->type != OP_CLOSE_SUBEXP, 0))
src/system/libroot/posix/glibc/regex/regexec.c
1514
else if (type == OP_CLOSE_SUBEXP)
src/system/libroot/posix/glibc/regex/regexec.c
1966
case OP_CLOSE_SUBEXP:
src/system/libroot/posix/glibc/regex/regexec.c
2037
else if (type == OP_CLOSE_SUBEXP
src/system/libroot/posix/glibc/regex/regexec.c
2078
if (type == OP_CLOSE_SUBEXP || type == OP_OPEN_SUBEXP)
src/system/libroot/posix/glibc/regex/regexec.c
2758
OP_CLOSE_SUBEXP);
src/system/libroot/posix/glibc/regex/regexec.c
2772
OP_CLOSE_SUBEXP);
src/system/libroot/posix/glibc/regex/regexec.c
3155
if (type == OP_CLOSE_SUBEXP)