Lines Matching refs:bbuf1
3546 #define SWAP_BB_NOT(bbuf1, not1, bbuf2, not2) do {\ argument
3550 tbuf = bbuf1; bbuf1 = bbuf2; bbuf2 = tbuf; \
3554 or_code_range_buf(OnigEncoding enc, BBuf* bbuf1, int not1, in or_code_range_buf() argument
3562 if (IS_NULL(bbuf1) && IS_NULL(bbuf2)) { in or_code_range_buf()
3570 SWAP_BB_NOT(bbuf1, not1, bbuf2, not2); in or_code_range_buf()
3572 if (IS_NULL(bbuf1)) { in or_code_range_buf()
3587 SWAP_BB_NOT(bbuf1, not1, bbuf2, not2); in or_code_range_buf()
3589 data1 = (OnigCodePoint* )(bbuf1->p); in or_code_range_buf()
3651 and_code_range_buf(BBuf* bbuf1, int not1, BBuf* bbuf2, int not2, BBuf** pbuf) in and_code_range_buf() argument
3658 if (IS_NULL(bbuf1)) { in and_code_range_buf()
3665 return bbuf_clone(pbuf, bbuf1); in and_code_range_buf()
3670 SWAP_BB_NOT(bbuf1, not1, bbuf2, not2); in and_code_range_buf()
3672 data1 = (OnigCodePoint* )(bbuf1->p); in and_code_range_buf()