Home
last modified time | relevance | path

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

/posix/
A Dregcomp.c1028 if (clexp_node->type == OP_CLOSE_SUBEXP in create_initial_state()
1120 case OP_CLOSE_SUBEXP: in optimize_utf8()
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()
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()
[all …]
A Dregexec.c1504 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()
A Dregex_internal.h258 OP_CLOSE_SUBEXP = EPSILON_BIT | 1, enumerator

Completed in 20 milliseconds