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

/haiku/src/system/libroot/posix/glibc/regex/
H A Dregcomp.c1243 /* Optimization pass: if a SUBEXP is entirely contained, strip it and tell
1258 else if (node->token.type == SUBEXP
1259 && node->left && node->left->token.type == SUBEXP)
1275 /* Lowering pass: Turn each SUBEXP node into the appropriate concatenation
1276 of OP_OPEN_SUBEXP, the body of the SUBEXP (if any) and OP_CLOSE_SUBEXP. */
1283 if (node->left && node->left->token.type == SUBEXP)
1289 if (node->right && node->right->token.type == SUBEXP)
1317 /* Convert the SUBEXP node to the concatenation of an
2399 SUBEXP
2430 tree = create_tree (dfa, tree, NULL, SUBEXP);
[all...]
H A Dregex_internal.h216 SUBEXP = 17, enumerator in enum:__anon5495

Completed in 106 milliseconds