Lines Matching refs:l
319 for l in results:
320 if re.match(r'^.*D:[ ].*$',l):
322 if re.match(r'^.*D:[ ]END$',l):
328 m = re.match(r'^.*D:[ ](.*)$',l)
334 m = re.match(r'^.*D:[ ](.*)$',l)
398 for l in results:
399 l = l.strip()
400 if not re.match(r'^.*D:[ ].*$',l):
402 if len(l) > 0:
406 if re.match(r'^%s[gs][ ]+[0-9]+.*$' % prefix,l):
408 theId=re.sub(r'^%s[gs][ ]+([0-9]+).*$' % prefix,r'\1',l)
446 if re.match(r'^%s[t][ ]*$' % prefix,l):
452 if re.match(r'^%sp.*$' % prefix,l):
459 if len(l) > 0:
464 if re.match(passRe,l):
468 m = re.match(passRe,l)
503 if re.match(r'^%sp.*$' % prefix,l):
509 if re.match(r'^%s[t][ ]*$' % prefix,l):
514 if len(l) > 0:
515 if re.match(r'^.*E:.*$',l):
516 if re.match(r'^.*E:[ ].*$',l):
517 m = re.match(r'^.*E:[ ](.*)$',l)
523 if len(l) > 0:
526 if re.match(r'^.*b[ ]+([0-9,]+)$',l):
527 m=re.match(r'^.*b[ ]+([0-9,]+)$',l)