Lines Matching refs:action
75 parser.add_option("-l", "--live", dest="live", action="store_true",
77 parser.add_option("-n", "--notlive", dest="live", action="store_false",
82 action="store", type="int", default=10,
85 action="store", type="int", default=1000,
88 action="store", type="int", default=100,
90 parser.add_option("--cpu", dest="cpu", action="store", type="int", default=0,
93 parser.add_option("--allocated", dest="allocated", action="store_true",
95 parser.add_option("--noallocated", dest="allocated", action="store_false",
98 parser.add_option("--blocked", dest="blocked", action="store_true",
100 parser.add_option("--noblocked", dest="blocked", action="store_false",
103 parser.add_option("--waited", dest="waited", action="store_true",
105 parser.add_option("--nowaited", dest="waited", action="store_false",
108 parser.add_option("--excount", dest="excount", action="store_true",
110 parser.add_option("--noexcount", dest="excount", action="store_false",
112 parser.add_option("--iocount", dest="iocount", action="store_true",
114 parser.add_option("--noiocount", dest="iocount", action="store_false",