Home | History | Annotate | Download | only in python2.7

Lines Matching refs:bs_buf

612         bs_buf = []
625 bs_buf.append(c)
628 result.append('\\' * len(bs_buf)*2)
629 bs_buf = []
633 if bs_buf:
634 result.extend(bs_buf)
635 bs_buf = []
639 if bs_buf:
640 result.extend(bs_buf)
643 result.extend(bs_buf)