Lines Matching refs:m
328 m = re.match(r'^.*D:[ ](.*)$',l)
329 data = m.group(1)
334 m = re.match(r'^.*D:[ ](.*)$',l)
335 path = str(m.group(1))
468 m = re.match(passRe,l)
471 theId=m.group(1)
474 theError=m.group(2)
477 theLine=m.group(3)
480 maybeCycles = m.group(4)
486 status=m.group(5)
517 m = re.match(r'^.*E:[ ](.*)$',l)
518 errorDetail = m.group(1)
527 m=re.match(r'^.*b[ ]+([0-9,]+)$',l)
528 params=m.group(1).strip()
555 elif args.m: