not1             1819 ext/mbstring/oniguruma/regparse.c #define SWAP_BBUF_NOT(bbuf1, not1, bbuf2, not2) do {\
not1             1822 ext/mbstring/oniguruma/regparse.c   tnot = not1;  not1  = not2;  not2  = tnot; \
not1             1827 ext/mbstring/oniguruma/regparse.c or_code_range_buf(OnigEncoding enc, BBuf* bbuf1, int not1,
not1             1836 ext/mbstring/oniguruma/regparse.c     if (not1 != 0 || not2 != 0)
not1             1843 ext/mbstring/oniguruma/regparse.c     SWAP_BBUF_NOT(bbuf1, not1, bbuf2, not2);
not1             1846 ext/mbstring/oniguruma/regparse.c     if (not1 != 0) {
not1             1859 ext/mbstring/oniguruma/regparse.c   if (not1 != 0)
not1             1860 ext/mbstring/oniguruma/regparse.c     SWAP_BBUF_NOT(bbuf1, not1, bbuf2, not2);
not1             1866 ext/mbstring/oniguruma/regparse.c   if (not2 == 0 && not1 == 0) { /* 1 OR 2 */
not1             1869 ext/mbstring/oniguruma/regparse.c   else if (not1 == 0) { /* 1 OR (not 2) */
not1             1924 ext/mbstring/oniguruma/regparse.c and_code_range_buf(BBuf* bbuf1, int not1, BBuf* bbuf2, int not2, BBuf** pbuf)
not1             1932 ext/mbstring/oniguruma/regparse.c     if (not1 != 0 && IS_NOT_NULL(bbuf2)) /* not1 != 0 -> not2 == 0 */
not1             1942 ext/mbstring/oniguruma/regparse.c   if (not1 != 0)
not1             1943 ext/mbstring/oniguruma/regparse.c     SWAP_BBUF_NOT(bbuf1, not1, bbuf2, not2);
not1             1952 ext/mbstring/oniguruma/regparse.c   if (not2 == 0 && not1 == 0) { /* 1 AND 2 */
not1             1968 ext/mbstring/oniguruma/regparse.c   else if (not1 == 0) { /* 1 AND (not 2) */
not1             1983 ext/mbstring/oniguruma/regparse.c   int r, not1, not2;
not1             1988 ext/mbstring/oniguruma/regparse.c   not1 = IS_NCCLASS_NOT(dest);
not1             1995 ext/mbstring/oniguruma/regparse.c   if (not1 != 0) {
not1             2008 ext/mbstring/oniguruma/regparse.c   if (not1 != 0) {
not1             2013 ext/mbstring/oniguruma/regparse.c     if (not1 != 0 && not2 != 0) {
not1             2017 ext/mbstring/oniguruma/regparse.c       r = and_code_range_buf(buf1, not1, buf2, not2, &pbuf);
not1             2018 ext/mbstring/oniguruma/regparse.c       if (r == 0 && not1 != 0) {
not1             2041 ext/mbstring/oniguruma/regparse.c   int r, not1, not2;
not1             2046 ext/mbstring/oniguruma/regparse.c   not1 = IS_NCCLASS_NOT(dest);
not1             2053 ext/mbstring/oniguruma/regparse.c   if (not1 != 0) {
not1             2066 ext/mbstring/oniguruma/regparse.c   if (not1 != 0) {
not1             2071 ext/mbstring/oniguruma/regparse.c     if (not1 != 0 && not2 != 0) {
not1             2075 ext/mbstring/oniguruma/regparse.c       r = or_code_range_buf(enc, buf1, not1, buf2, not2, &pbuf);
not1             2076 ext/mbstring/oniguruma/regparse.c       if (r == 0 && not1 != 0) {