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

/ndk/sources/host-tools/sed-4.2.1/lib/
H A Dregcomp.c1271 /* Optimization pass: if a SUBEXP is entirely contained, strip it and tell
1286 else if (node->token.type == SUBEXP
1287 && node->left && node->left->token.type == SUBEXP)
1303 /* Lowering pass: Turn each SUBEXP node into the appropriate concatenation
1304 of OP_OPEN_SUBEXP, the body of the SUBEXP (if any) and OP_CLOSE_SUBEXP. */
1311 if (node->left && node->left->token.type == SUBEXP)
1317 if (node->right && node->right->token.type == SUBEXP)
1345 /* Convert the SUBEXP node to the concatenation of an
2435 SUBEXP
2466 tree = create_tree (dfa, tree, NULL, SUBEXP);
[all...]
H A Dregex_internal.h258 SUBEXP = 17, enumerator in enum:__anon319

Completed in 32 milliseconds