Lines Matching refs:OP_CLOSE_SUBEXP
1028 if (clexp_node->type == OP_CLOSE_SUBEXP in create_initial_state()
1120 case OP_CLOSE_SUBEXP: in optimize_utf8()
1364 cls = create_tree (dfa, NULL, NULL, OP_CLOSE_SUBEXP); in lower_subexp()
1463 case OP_CLOSE_SUBEXP: in link_nfa_nodes()
1906 token->type = OP_CLOSE_SUBEXP; in peek_token()
1976 token->type = OP_CLOSE_SUBEXP; in peek_token()
2003 if (next.type != OP_ALT && next.type != OP_CLOSE_SUBEXP) in peek_token()
2165 && (nest == 0 || token->type != OP_CLOSE_SUBEXP)) in parse_reg_exp()
2210 && (nest == 0 || token->type != OP_CLOSE_SUBEXP)) in parse_branch()
2329 case OP_CLOSE_SUBEXP: in parse_expression()
2330 if ((token->type == OP_CLOSE_SUBEXP) in parse_expression()
2490 if (token->type == OP_CLOSE_SUBEXP) in parse_sub_exp()
2496 && token->type != OP_CLOSE_SUBEXP)) in parse_sub_exp()