Lines Matching refs:line
52 # comment and empty lines until the first non-empty line is seen.
53 # This line must be '$mapfile_version 2'.
57 for line in fh:
58 line = CmtRE.sub(r'', line)
59 line = LeadingWSRE.sub(r'', line)
60 if line == '' :
63 # First non=empty line must be version declaration
64 if not VersionRE.match(line):
78 for line in fh:
86 if SymVerRE.match(line):