Home | History | Annotate | Download | only in scripts

Lines Matching refs:line

23     for line in input:
24 yield cgi.escape(line)
34 for line in input:
35 output.write(line)
36 if line.startswith(" time"):
39 for line in input:
40 m = re.match(r"(.* )(\w+)\n", line)
42 output.write(line)
48 for line in input:
49 output.write(line)
50 if line.startswith("index % time"):
52 for line in input:
53 m = re.match(r"(.* )(\w+)(( <cycle.*>)? \[\d+\])\n", line)
55 output.write(line)
56 if line.startswith("Index by function name"):
61 output.write(line)
63 if line.startswith("["):
69 for line in input:
70 for part in re.findall(r"(\w+(?:\.c)?|\W+)", line):