Lines Matching refs:command_obj
1098 CommandObject *command_obj = in GetCommandObject() local
1104 if (command_obj) in GetCommandObject()
1105 return command_obj; in GetCommandObject()
1107 command_obj = GetCommandSP(cmd_str, true, true, matches, descriptions).get(); in GetCommandObject()
1109 if (command_obj) in GetCommandObject()
1110 return command_obj; in GetCommandObject()
1114 command_obj = GetCommandSP(cmd_str, false, false, nullptr).get(); in GetCommandObject()
1119 if (command_obj) { in GetCommandObject()
1121 matches->AppendString(command_obj->GetCommandName()); in GetCommandObject()
1123 descriptions->AppendString(command_obj->GetHelp()); in GetCommandObject()
1124 return command_obj; in GetCommandObject()