Home
last modified time | relevance | path

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

/glibc-2.36/posix/
Dregcomp.c1119 case OP_OPEN_SUBEXP: in optimize_utf8()
1363 op = create_tree (dfa, NULL, NULL, OP_OPEN_SUBEXP); in lower_subexp()
1462 case OP_OPEN_SUBEXP: in link_nfa_nodes()
1902 token->type = OP_OPEN_SUBEXP; in peek_token()
1972 token->type = OP_OPEN_SUBEXP; in peek_token()
2279 case OP_OPEN_SUBEXP: in parse_expression()
Dregexec.c1493 if (type == OP_OPEN_SUBEXP) in update_regs()
1946 case OP_OPEN_SUBEXP: in check_dst_limits_calc_pos_1()
2019 if (type == OP_OPEN_SUBEXP in check_subexp_limits()
2063 if (type == OP_CLOSE_SUBEXP || type == OP_OPEN_SUBEXP) in check_subexp_limits()
2392 if (dfa->nodes[node].type == OP_OPEN_SUBEXP in check_subexp_matching_top()
2791 OP_OPEN_SUBEXP); in get_subexp_sub()
Dregex_internal.h257 OP_OPEN_SUBEXP = EPSILON_BIT | 0, enumerator
/glibc-2.36/ChangeLog.old/
DChangeLog.135695 * posix/regcomp.c (parse_sub_exp): Add nodes OP_OPEN_SUBEXP and
5698 (calc_first): Fix the Definition of `firsts' of OP_OPEN_SUBEXP
5700 (calc_epsdest): Treat OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP as the
5702 * posix/regex_internal.h: Add OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP
5705 by refering OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP nodes.
DChangeLog.143433 OP_OPEN_SUBEXP or OP_CLOSE_SUBEXP. Callers adjusted.