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

/ndk/sources/host-tools/sed-4.2.1/lib/
H A Dregcomp.c1466 Note that duplicated nodes have constraint INIT_CONSTRAINT in addition
1535 /* Search for a duplicated node which satisfies the constraint. */
1539 /* There is no such duplicated node, create a new one. */
1554 /* There is a duplicated node which satisfy the constraint,
1575 /* Search for a node which is duplicated from the node ORG_NODE, and
1583 for (idx = dfa->nodes_len - 1; dfa->nodes[idx].duplicated && idx > 0; --idx)
1604 dfa->nodes[dup_idx].duplicated = 1;
1702 && !dfa->nodes[dfa->edests[node].elems[0]].duplicated)
3770 tree->token.duplicated = 0;
3802 if (node->type == COMPLEX_BRACKET && node->duplicated
[all...]
H A Dregex_internal.h349 unsigned int duplicated : 1; member in struct:__anon167

Completed in 50 milliseconds