Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/libgnuregex/
Dregcomp.c1109 case OP_OPEN_SUBEXP: in optimize_utf8()
1346 op = create_tree (dfa, NULL, NULL, OP_OPEN_SUBEXP); in lower_subexp()
1444 case OP_OPEN_SUBEXP: in link_nfa_nodes()
1890 token->type = OP_OPEN_SUBEXP; in peek_token()
1960 token->type = OP_OPEN_SUBEXP; in peek_token()
2257 case OP_OPEN_SUBEXP: in parse_expression()
Dregex_internal.h207 OP_OPEN_SUBEXP = EPSILON_BIT | 0, enumerator
Dregexec.c1543 if (type == OP_OPEN_SUBEXP) in update_regs()
2007 case OP_OPEN_SUBEXP: in check_dst_limits_calc_pos_1()
2082 if (type == OP_OPEN_SUBEXP in check_subexp_limits()
2126 if (type == OP_CLOSE_SUBEXP || type == OP_OPEN_SUBEXP) in check_subexp_limits()
2458 if (dfa->nodes[node].type == OP_OPEN_SUBEXP in check_subexp_matching_top()
2857 OP_OPEN_SUBEXP); in get_subexp_sub()