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

/macosx-10.10/pcre-7/pcre/
H A Dpcre_dfa_exec.c2205 BOOL isinclass = FALSE; local
2210 can set isinclass from it. */
2217 isinclass = (c > 255)? (codevalue == OP_NCLASS) :
2229 if (clen > 0) isinclass = _pcre_xclass(c, code + 1 + LINK_SIZE);
2232 /* At this point, isinclass is set for all kinds of class, and ecode
2243 if (isinclass) { ADD_NEW(state_offset, 0); }
2250 if (isinclass) { count++; ADD_NEW(state_offset, count); }
2256 if (isinclass) { ADD_NEW(next_state_offset + 1, 0); }
2264 if (isinclass)
2275 if (isinclass) { ADD_NE
[all...]

Completed in 177 milliseconds