Lines Matching defs:line
156 for line in opcode_fp:
157 match = opcode_re.match(line)
226 for line in asm_stub_text:
227 templ = Template(line)
231 # Append the file specified by "source" to the open "outfp". Each line will
234 # If the first line of the file starts with "%" it is taken as a directive.
235 # A "%include" line contains a filename and, optionally, a Python-style
239 # If "sister_list" is provided, and we find a line that contains only "&",
249 for line in infp:
250 if line.startswith("%include"):
251 # Parse the "include" line
252 tokens = line.strip().split(' ', 2)
268 elif line.startswith("%default"):
270 tokens = line.strip().split(' ', 1)
278 elif line.startswith("%verify"):
282 elif line.startswith("%break") and sister_list != None:
291 templ = Template(line)
298 print "ERROR: substitution failed: " + line
301 subline = line
383 for line in config_fp:
384 line = line.strip() # remove CRLF, leading spaces
385 tokens = line.split(' ') # tokenize