Lines Matching refs:command
155 command = in_queue.get()
156 if command == "exit":
158 elif command == "lease":
203 logging.error("Unknown job command %s", command)
440 do_text = "do_%s" % cp.command
441 help_text = "help_%s" % cp.command
444 self.command_processors[cp.command] = cp
515 command, arg = name.split(".")
517 value = self.command_processors[command].arg_buffer[arg]
554 for command in commands:
555 ret = self.onecmd(command)
598 for command in commands:
599 ret = self.onecmd(command)