not2 1819 ext/mbstring/oniguruma/regparse.c #define SWAP_BBUF_NOT(bbuf1, not1, bbuf2, not2) do {\ not2 1822 ext/mbstring/oniguruma/regparse.c tnot = not1; not1 = not2; not2 = tnot; \ not2 1828 ext/mbstring/oniguruma/regparse.c BBuf* bbuf2, int not2, BBuf** pbuf) not2 1836 ext/mbstring/oniguruma/regparse.c if (not1 != 0 || not2 != 0) not2 1843 ext/mbstring/oniguruma/regparse.c SWAP_BBUF_NOT(bbuf1, not1, bbuf2, not2); not2 1850 ext/mbstring/oniguruma/regparse.c if (not2 == 0) { not2 1860 ext/mbstring/oniguruma/regparse.c SWAP_BBUF_NOT(bbuf1, not1, bbuf2, not2); not2 1866 ext/mbstring/oniguruma/regparse.c if (not2 == 0 && not1 == 0) { /* 1 OR 2 */ not2 1924 ext/mbstring/oniguruma/regparse.c and_code_range_buf(BBuf* bbuf1, int not1, BBuf* bbuf2, int not2, BBuf** pbuf) not2 1937 ext/mbstring/oniguruma/regparse.c if (not2 != 0) not2 1943 ext/mbstring/oniguruma/regparse.c SWAP_BBUF_NOT(bbuf1, not1, bbuf2, not2); not2 1952 ext/mbstring/oniguruma/regparse.c if (not2 == 0 && not1 == 0) { /* 1 AND 2 */ not2 1983 ext/mbstring/oniguruma/regparse.c int r, not1, not2; not2 1991 ext/mbstring/oniguruma/regparse.c not2 = IS_NCCLASS_NOT(cc); not2 1999 ext/mbstring/oniguruma/regparse.c if (not2 != 0) { not2 2013 ext/mbstring/oniguruma/regparse.c if (not1 != 0 && not2 != 0) { not2 2017 ext/mbstring/oniguruma/regparse.c r = and_code_range_buf(buf1, not1, buf2, not2, &pbuf); not2 2041 ext/mbstring/oniguruma/regparse.c int r, not1, not2; not2 2049 ext/mbstring/oniguruma/regparse.c not2 = IS_NCCLASS_NOT(cc); not2 2057 ext/mbstring/oniguruma/regparse.c if (not2 != 0) { not2 2071 ext/mbstring/oniguruma/regparse.c if (not1 != 0 && not2 != 0) { not2 2075 ext/mbstring/oniguruma/regparse.c r = or_code_range_buf(enc, buf1, not1, buf2, not2, &pbuf);