Lines Matching refs:command_obj
1214 CommandObject *command_obj = in GetCommandObject() local
1220 if (command_obj) in GetCommandObject()
1221 return command_obj; in GetCommandObject()
1223 command_obj = GetCommandSP(cmd_str, true, true, matches, descriptions).get(); in GetCommandObject()
1225 if (command_obj) in GetCommandObject()
1226 return command_obj; in GetCommandObject()
1230 command_obj = GetCommandSP(cmd_str, false, false, nullptr).get(); in GetCommandObject()
1235 if (command_obj) { in GetCommandObject()
1237 matches->AppendString(command_obj->GetCommandName()); in GetCommandObject()
1239 descriptions->AppendString(command_obj->GetHelp()); in GetCommandObject()
1240 return command_obj; in GetCommandObject()