Lines Matching refs:EXACT
921 * XXX khw thinks this should be enhanced to fill EXACT (at least) nodes as full
1083 assert(REGNODE_TYPE(OP(scan)) == EXACT);
1086 * EXACT ones that are mergeable to the current one. */
1089 || (stringok && REGNODE_TYPE(OP(n)) == EXACT))
1119 if (OP(scan) == EXACT && (OP(n) == EXACT_REQ8)) {
1122 else if (OP(scan) == EXACT_REQ8 && (OP(n) == EXACT)) {
1261 * non-EXACT EXACTish node */
1262 if (OP(scan) != EXACT && OP(scan) != EXACT_REQ8 && OP(scan) != EXACTL) {
1584 * /(?:f)(?:o)(?:o)/ which cant be dealt with by the normal EXACT
1588 if (REGNODE_TYPE(OP(scan)) == EXACT
1780 BRANCH->EXACT=>x1
1781 BRANCH->EXACT=>x2
1802 'BRANCH EXACT; BRANCH EXACT; BRANCH X'
1806 common prefix, which gets split out into an EXACT like node
1874 we can create a trie of the EXACT's contents and
1902 EXACT | EXACT
1903 EXACT_REQ8 | EXACT
1915 : ( EXACT == (X) || EXACT_REQ8 == (X) ) \
1916 ? EXACT \
2245 else if (REGNODE_TYPE(OP(scan)) == EXACT && ! isEXACTFish(OP(scan))) {
2298 DEBUG_STUDYDATA("end EXACT", data, depth, is_inf, min, stopmin, delta);
2300 else if (REGNODE_TYPE(OP(scan)) == EXACT) {
2301 /* But OP != EXACT!, so is EXACTFish */
2327 /* Search for fixed substrings supports EXACT only. */
2401 if ( ( REGNODE_TYPE(OP(next)) == EXACT
2621 && !(REGNODE_TYPE(OP(nxt)) == EXACT