Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/cvs/lib/
Dregcomp.c963 if (clexp_node->type == OP_CLOSE_SUBEXP in create_initial_state()
1049 case OP_CLOSE_SUBEXP: in optimize_utf8()
1293 cls = create_tree (dfa, NULL, NULL, OP_CLOSE_SUBEXP); in lower_subexp()
1389 case OP_CLOSE_SUBEXP: in link_nfa_nodes()
1846 token->type = OP_CLOSE_SUBEXP; in peek_token()
1916 token->type = OP_CLOSE_SUBEXP; in peek_token()
1943 if (next.type != OP_ALT && next.type != OP_CLOSE_SUBEXP) in peek_token()
2102 && (nest == 0 || token->type != OP_CLOSE_SUBEXP)) in parse_reg_exp()
2140 && (nest == 0 || token->type != OP_CLOSE_SUBEXP)) in parse_branch()
2250 case OP_CLOSE_SUBEXP: in parse_expression()
[all …]
Dregexec.c1527 else if (type == OP_CLOSE_SUBEXP) in update_regs()
1980 case OP_CLOSE_SUBEXP: in check_dst_limits_calc_pos_1()
2053 else if (type == OP_CLOSE_SUBEXP in check_subexp_limits()
2094 if (type == OP_CLOSE_SUBEXP || type == OP_OPEN_SUBEXP) in check_subexp_limits()
2774 cls_node = find_subexp_node (dfa, nodes, subexp_num, OP_CLOSE_SUBEXP); in get_subexp()
2787 sub_top->str_idx, cls_node, sl_str, OP_CLOSE_SUBEXP); in get_subexp()
3167 if (type == OP_CLOSE_SUBEXP) in check_arrival_expand_ecl_sub()
Dregex_internal.h243 OP_CLOSE_SUBEXP = EPSILON_BIT | 1, enumerator