Lines Matching defs:line
249 for line in opcode_fp:
250 match = opcode_re.match(line)
419 for line in asm_stub_text:
420 templ = Template(line)
424 # Append the file specified by "source" to the open "outfp". Each line will
427 # If the first line of the file starts with "%" it is taken as a directive.
428 # A "%include" line contains a filename and, optionally, a Python-style
432 # If "sister_list" is provided, and we find a line that contains only "&",
442 for line in infp:
443 if line.startswith("%include"):
444 # Parse the "include" line
445 tokens = line.strip().split(' ', 2)
461 elif line.startswith("%default"):
463 tokens = line.strip().split(' ', 1)
471 elif line.startswith("%verify"):
475 elif line.startswith("%break") and sister_list != None:
484 templ = Template(line)
491 print "ERROR: substitution failed: " + line
494 subline = line
578 for line in config_fp:
579 line = line.strip() # remove CRLF, leading spaces
580 tokens = line.split(' ') # tokenize