Lines Matching refs:command_obj
1232 CommandObject *command_obj = in GetCommandObject() local
1238 if (command_obj) in GetCommandObject()
1239 return command_obj; in GetCommandObject()
1241 command_obj = GetCommandSP(cmd_str, true, true, matches, descriptions).get(); in GetCommandObject()
1243 if (command_obj) in GetCommandObject()
1244 return command_obj; in GetCommandObject()
1248 command_obj = GetCommandSP(cmd_str, false, false, nullptr).get(); in GetCommandObject()
1253 if (command_obj) { in GetCommandObject()
1255 matches->AppendString(command_obj->GetCommandName()); in GetCommandObject()
1257 descriptions->AppendString(command_obj->GetHelp()); in GetCommandObject()
1258 return command_obj; in GetCommandObject()