Lines Matching refs:command_obj
1056 CommandObject *command_obj = in GetCommandObject() local
1062 if (command_obj) in GetCommandObject()
1063 return command_obj; in GetCommandObject()
1065 command_obj = GetCommandSP(cmd_str, true, true, matches, descriptions).get(); in GetCommandObject()
1067 if (command_obj) in GetCommandObject()
1068 return command_obj; in GetCommandObject()
1072 command_obj = GetCommandSP(cmd_str, false, false, nullptr).get(); in GetCommandObject()
1077 if (command_obj) { in GetCommandObject()
1079 matches->AppendString(command_obj->GetCommandName()); in GetCommandObject()
1081 descriptions->AppendString(command_obj->GetHelp()); in GetCommandObject()
1082 return command_obj; in GetCommandObject()