Searched defs:negate_class (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre_compile.c4480 BOOL negate_class; local
4787 negate_class = FALSE;
4800 else if (!negate_class && c == CHAR_CIRCUMFLEX_ACCENT)
4801 negate_class = TRUE;
4813 *code++ = negate_class? OP_ALLANY : OP_FAIL;
5335 if (negate_class)
5454 *code = negate_class? XCL_NOT:0;
5465 if (negate_class && !xclass_has_prop)
5485 *code++ = (negate_class == should_flip_negation) ? OP_CLASS : OP_NCLASS;
5488 if (negate_class)
[all...]

Completed in 58 milliseconds