Home | History | Annotate | Download | only in src2

Lines Matching full:pos2

809                     pos2 = pos + 1
811 t2, pos2 = self.find_next_token(l, ["\\", "\""], pos2)
817 pos2 += 2
819 block_head += " " + l[:pos2+1]
820 l = l[pos2+1:]