Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/lib/
Dregcomp.c1009 if (clexp_node->type == OP_CLOSE_SUBEXP in create_initial_state()
1097 case OP_CLOSE_SUBEXP: in optimize_utf8()
1341 cls = create_tree (dfa, NULL, NULL, OP_CLOSE_SUBEXP); in lower_subexp()
1439 case OP_CLOSE_SUBEXP: in link_nfa_nodes()
1891 token->type = OP_CLOSE_SUBEXP; in peek_token()
1961 token->type = OP_CLOSE_SUBEXP; in peek_token()
1988 if (next.type != OP_ALT && next.type != OP_CLOSE_SUBEXP) in peek_token()
2148 && (nest == 0 || token->type != OP_CLOSE_SUBEXP)) in parse_reg_exp()
2186 && (nest == 0 || token->type != OP_CLOSE_SUBEXP)) in parse_branch()
2296 case OP_CLOSE_SUBEXP: in parse_expression()
[all …]
Dregexec.c1577 else if (type == OP_CLOSE_SUBEXP) in update_regs()
2031 case OP_CLOSE_SUBEXP: in check_dst_limits_calc_pos_1()
2104 else if (type == OP_CLOSE_SUBEXP in check_subexp_limits()
2145 if (type == OP_CLOSE_SUBEXP || type == OP_OPEN_SUBEXP) in check_subexp_limits()
2831 OP_CLOSE_SUBEXP); in get_subexp()
2845 OP_CLOSE_SUBEXP); in get_subexp()
3228 if (type == OP_CLOSE_SUBEXP) in check_arrival_expand_ecl_sub()
Dregex_internal.h251 OP_CLOSE_SUBEXP = EPSILON_BIT | 1, enumerator