Lines Matching refs:line
63 for line in open(path):
65 if descriptions and line.startswith('Maintainers'):
73 if re.search('^[A-Z0-9]', line):
77 line = line.rstrip()
81 m = re.search(pat, line)
84 line = re.sub(pat, ':doc:`%s <../%s>`' % (m.group(2), m.group(2)), line)
90 output = "| %s" % (line.replace("\\", "\\\\"))
93 m = re.search("\s(\S):\s", line)
97 m = re.search("\*([^\*]+)\*", line)
102 if len(line) == 0:
105 if line[1] != ':':
115 heading = re.sub("\s+", " ", line)
122 field, details = line.split(':', 1)
144 output = line
152 if line.startswith('----------'):
159 prev = line