Searched refs:XCL_NOT (Results 1 – 7 of 7) sorted by relevance
70 BOOL negated = (*data & XCL_NOT) != 0; in PRIV()
658 if ((*ccode & XCL_NOT) != 0) in pcre_printint()
1321 if ((tcode[1 + LINK_SIZE] & XCL_MAP) == 0 && (tcode[1 + LINK_SIZE] & XCL_NOT) != 0) in set_start_bits()
1824 #define XCL_NOT 0x01 /* Flag: this is a negative class */ macro
338 OP_XCLASS is followed by a unit containing flag bits: XCL_NOT indicates that
5463 jump_list **list = (cc[0] & XCL_NOT) == 0 ? &found : backtracks; in compile_xclass_matchingpath()5586 read_char_range(common, min, max, (cc[-1] & XCL_NOT) != 0); in compile_xclass_matchingpath()5611 …add_jump(compiler, (cc[-1] & XCL_NOT) == 0 ? backtracks : &found, CMP(SLJIT_GREATER, TMP2, 0, SLJI… in compile_xclass_matchingpath()
5613 *code = negate_class? XCL_NOT:0; in compile_branch()
Completed in 61 milliseconds