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

/freebsd-10.1-release/contrib/libgnuregex/
H A Dregcomp.c1277 /* Optimization pass: if a SUBEXP is entirely contained, strip it and tell
1292 else if (node->token.type == SUBEXP
1293 && node->left && node->left->token.type == SUBEXP)
1309 /* Lowering pass: Turn each SUBEXP node into the appropriate concatenation
1310 of OP_OPEN_SUBEXP, the body of the SUBEXP (if any) and OP_CLOSE_SUBEXP. */
1317 if (node->left && node->left->token.type == SUBEXP)
1323 if (node->right && node->right->token.type == SUBEXP)
1351 /* Convert the SUBEXP node to the concatenation of an
2443 SUBEXP
2478 tree = create_tree (dfa, tree, NULL, SUBEXP);
[all...]
H A Dregex_internal.h215 SUBEXP = 17, enumerator in enum:__anon1713

Completed in 64 milliseconds