Home | History | Annotate | Download | only in tools

Lines Matching refs:pos

12     self.pos = ""
38 def setPos(self, tgt, pos):
43 t.pos = pos
98 pos,tgt = line.rsplit(":", 1)
99 pos = pos[1:].strip()
101 deps.setPos(tgt, pos)
136 if t.pos:
137 print t.tgt, " " * (width-len(t.tgt)), " #", t.pos