Lines Matching refs:interpreter
53 CommandObjectLogEnable(CommandInterpreter &interpreter) : in CommandObjectLogEnable() argument
54 CommandObjectParsed (interpreter, in CommandObjectLogEnable()
58 m_options (interpreter) in CommandObjectLogEnable()
120 CommandOptions (CommandInterpreter &interpreter) : in CommandOptions() argument
121 Options (interpreter), in CommandOptions()
236 CommandObjectLogDisable(CommandInterpreter &interpreter) : in CommandObjectLogDisable() argument
237 CommandObjectParsed (interpreter, in CommandObjectLogDisable()
316 CommandObjectLogList(CommandInterpreter &interpreter) : in CommandObjectLogList() argument
317 CommandObjectParsed (interpreter, in CommandObjectLogList()
392 CommandObjectLogTimer(CommandInterpreter &interpreter) : in CommandObjectLogTimer() argument
393 CommandObjectParsed (interpreter, in CommandObjectLogTimer()
482 CommandObjectLog::CommandObjectLog(CommandInterpreter &interpreter) : in CommandObjectLog() argument
483 CommandObjectMultiword (interpreter, in CommandObjectLog()
488 LoadSubCommand ("enable", CommandObjectSP (new CommandObjectLogEnable (interpreter))); in CommandObjectLog()
489 LoadSubCommand ("disable", CommandObjectSP (new CommandObjectLogDisable (interpreter))); in CommandObjectLog()
490 LoadSubCommand ("list", CommandObjectSP (new CommandObjectLogList (interpreter))); in CommandObjectLog()
491 LoadSubCommand ("timers", CommandObjectSP (new CommandObjectLogTimer (interpreter))); in CommandObjectLog()