Searched refs:OP_CLOSE_SUBEXP (Results 1 – 5 of 5) sorted by relevance
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()[all …]
1504 else if (type == OP_CLOSE_SUBEXP) in update_regs()1951 case OP_CLOSE_SUBEXP: in check_dst_limits_calc_pos_1()2022 else if (type == OP_CLOSE_SUBEXP in check_subexp_limits()2063 if (type == OP_CLOSE_SUBEXP || type == OP_OPEN_SUBEXP) in check_subexp_limits()2742 OP_CLOSE_SUBEXP); in get_subexp()2756 OP_CLOSE_SUBEXP); in get_subexp()3139 if (type == OP_CLOSE_SUBEXP) in check_arrival_expand_ecl_sub()
258 OP_CLOSE_SUBEXP = EPSILON_BIT | 1, enumerator
5696 OP_CLOSE_SUBEXP at both ends of sub expressions instead of SUBEXP5699 and OP_CLOSE_SUBEXP, and remove the definition of SUBEXP.5700 (calc_epsdest): Treat OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP as the5702 * posix/regex_internal.h: Add OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP5705 by refering OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP nodes.
3433 OP_OPEN_SUBEXP or OP_CLOSE_SUBEXP. Callers adjusted.