Home | History | Annotate | Download | only in ply

Lines Matching refs:linen

2843             for linen,l in enumerate(lines):
2844 linen += 1
2850 counthash[name] = linen
2852 self.log.warning("%s:%d: Function %s redefined. Previously defined on line %d", filename,linen,name,prev)