Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/cvs/lib/
Dregcomp.c1048 case OP_OPEN_SUBEXP: in optimize_utf8()
1292 op = create_tree (dfa, NULL, NULL, OP_OPEN_SUBEXP); in lower_subexp()
1388 case OP_OPEN_SUBEXP: in link_nfa_nodes()
1842 token->type = OP_OPEN_SUBEXP; in peek_token()
1912 token->type = OP_OPEN_SUBEXP; in peek_token()
2203 case OP_OPEN_SUBEXP: in parse_expression()
Dregexec.c1516 if (type == OP_OPEN_SUBEXP) in update_regs()
1975 case OP_OPEN_SUBEXP: in check_dst_limits_calc_pos_1()
2050 if (type == OP_OPEN_SUBEXP in check_subexp_limits()
2094 if (type == OP_CLOSE_SUBEXP || type == OP_OPEN_SUBEXP) in check_subexp_limits()
2424 if (dfa->nodes[node].type == OP_OPEN_SUBEXP in check_subexp_matching_top()
2819 sub_last->str_idx, bkref_node, bkref_str, OP_OPEN_SUBEXP); in get_subexp_sub()
Dregex_internal.h242 OP_OPEN_SUBEXP = EPSILON_BIT | 0, enumerator