Home | History | Annotate | Download | only in Oniguruma

Lines Matching refs:not2

1827 #define SWAP_BBUF_NOT(bbuf1, not1, bbuf2, not2) do {\

1830 tnot = not1; not1 = not2; not2 = tnot; \
1836 BBuf* bbuf2, int not2, BBuf** pbuf)
1844 if (not1 != 0 || not2 != 0)
1851 SWAP_BBUF_NOT(bbuf1, not1, bbuf2, not2);
1858 if (not2 == 0) {
1868 SWAP_BBUF_NOT(bbuf1, not1, bbuf2, not2);
1874 if (not2 == 0 && not1 == 0) { /* 1 OR 2 */
1932 and_code_range_buf(BBuf* bbuf1, int not1, BBuf* bbuf2, int not2, BBuf** pbuf)
1940 if (not1 != 0 && IS_NOT_NULL(bbuf2)) /* not1 != 0 -> not2 == 0 */
1945 if (not2 != 0)
1951 SWAP_BBUF_NOT(bbuf1, not1, bbuf2, not2);
1960 if (not2 == 0 && not1 == 0) { /* 1 AND 2 */
1991 int r, not1, not2;
1999 not2 = IS_NCCLASS_NOT(cc);
2007 if (not2 != 0) {
2021 if (not1 != 0 && not2 != 0) {
2025 r = and_code_range_buf(buf1, not1, buf2, not2, &pbuf);
2049 int r, not1, not2;
2057 not2 = IS_NCCLASS_NOT(cc);
2065 if (not2 != 0) {
2079 if (not1 != 0 && not2 != 0) {
2083 r = or_code_range_buf(enc, buf1, not1, buf2, not2, &pbuf);