Home | History | Annotate | Download | only in lib

Lines Matching refs:OP_CLOSE_SUBEXP

1014 	    if (clexp_node->type == OP_CLOSE_SUBEXP
1103 case OP_CLOSE_SUBEXP:
1304 of OP_OPEN_SUBEXP, the body of the SUBEXP (if any) and OP_CLOSE_SUBEXP. */
1346 OP_OPEN_SUBEXP, the contents, and an OP_CLOSE_SUBEXP. */
1348 cls = create_tree (dfa, NULL, NULL, OP_CLOSE_SUBEXP);
1446 case OP_CLOSE_SUBEXP:
1899 token->type = OP_CLOSE_SUBEXP;
1969 token->type = OP_CLOSE_SUBEXP;
1996 if (next.type != OP_ALT && next.type != OP_CLOSE_SUBEXP)
2157 && (nest == 0 || token->type != OP_CLOSE_SUBEXP))
2195 && (nest == 0 || token->type != OP_CLOSE_SUBEXP))
2305 case OP_CLOSE_SUBEXP:
2306 if ((token->type == OP_CLOSE_SUBEXP) &&
2452 if (token->type == OP_CLOSE_SUBEXP)
2457 if (BE (*err == REG_NOERROR && token->type != OP_CLOSE_SUBEXP, 0))