Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/regex/
A Dregcomp.c1213 else if (node->token.type == SUBEXP in optimize_subexps()
1214 && node->left && node->left->token.type == SUBEXP) in optimize_subexps()
1238 if (node->left && node->left->token.type == SUBEXP) in lower_subexps()
1244 if (node->right && node->right->token.type == SUBEXP) in lower_subexps()
2389 tree = create_tree (dfa, tree, NULL, SUBEXP); in parse_sub_exp()
2497 if (elem->token.type == SUBEXP) in parse_dup_op()
3704 if (node->token.type == SUBEXP && node->token.opr.idx == idx) in mark_opt_subexp()
A Dregex_internal.h170 SUBEXP = 17, enumerator

Completed in 10 milliseconds