Lines Matching refs:opt
274 for i, opt in enumerate(sys.argv[1:]):
275 if opt[0] == "-":
276 if opt == "-h":
279 elif opt == "-p":
281 elif opt == "-pv":
283 elif opt == '-u':
285 elif opt == "-t":
287 elif opt == "-m":
289 elif opt == "-fs":
291 elif opt == "-ms":
297 m = pid_re.search(opt)
305 comm_re=re.compile(opt)
307 sys.stderr.write("invalid regex '%s'" % opt)