Home
last modified time | relevance | path

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

/glibc-2.36/posix/
Dregcomp.c1302 else if (node->token.type == SUBEXP in optimize_subexps()
1303 && node->left && node->left->token.type == SUBEXP) in optimize_subexps()
1327 if (node->left && node->left->token.type == SUBEXP) in lower_subexps()
1333 if (node->right && node->right->token.type == SUBEXP) in lower_subexps()
2509 tree = create_tree (dfa, tree, NULL, SUBEXP); in parse_sub_exp()
2626 if (elem->token.type == SUBEXP) in parse_dup_op()
3861 if (node->token.type == SUBEXP && node->token.opr.idx == idx) in mark_opt_subexp()
Dregex_internal.h265 SUBEXP = 17, enumerator
/glibc-2.36/ChangeLog.old/
DChangeLog.135696 OP_CLOSE_SUBEXP at both ends of sub expressions instead of SUBEXP
5699 and OP_CLOSE_SUBEXP, and remove the definition of SUBEXP.
DChangeLog.1612408 (parse_sub_exp): Create a single SUBEXP node.
12414 section. Add a tree-only code SUBEXP. Remove OP_DELETED_SUBEXP.
DChangeLog.144098 END_OF_RE_TOKEN_T and SUBEXP. Reorder values. Add OP_UTF8_PERIOD