Lines Matching refs:bbuf1
1819 #define SWAP_BBUF_NOT(bbuf1, not1, bbuf2, not2) do {\ argument
1823 tbuf = bbuf1; bbuf1 = bbuf2; bbuf2 = tbuf; \
1827 or_code_range_buf(OnigEncoding enc, BBuf* bbuf1, int not1, in or_code_range_buf() argument
1835 if (IS_NULL(bbuf1) && IS_NULL(bbuf2)) { in or_code_range_buf()
1843 SWAP_BBUF_NOT(bbuf1, not1, bbuf2, not2); in or_code_range_buf()
1845 if (IS_NULL(bbuf1)) { in or_code_range_buf()
1860 SWAP_BBUF_NOT(bbuf1, not1, bbuf2, not2); in or_code_range_buf()
1862 data1 = (OnigCodePoint* )(bbuf1->p); in or_code_range_buf()
1924 and_code_range_buf(BBuf* bbuf1, int not1, BBuf* bbuf2, int not2, BBuf** pbuf) in and_code_range_buf() argument
1931 if (IS_NULL(bbuf1)) { in and_code_range_buf()
1938 return bbuf_clone(pbuf, bbuf1); in and_code_range_buf()
1943 SWAP_BBUF_NOT(bbuf1, not1, bbuf2, not2); in and_code_range_buf()
1945 data1 = (OnigCodePoint* )(bbuf1->p); in and_code_range_buf()