Lines Matching refs:exact_cmd
1253 CommandObject *exact_cmd = found_elem->second.get(); in GetUserCommandObject() local
1254 if (exact_cmd) { in GetUserCommandObject()
1256 matches->AppendString(exact_cmd->GetCommandName()); in GetUserCommandObject()
1258 descriptions->AppendString(exact_cmd->GetHelp()); in GetUserCommandObject()
1259 return exact_cmd; in GetUserCommandObject()
1264 CommandObject *exact_cmd = find_exact(GetUserCommands()); in GetUserCommandObject() local
1265 if (exact_cmd) in GetUserCommandObject()
1266 return exact_cmd; in GetUserCommandObject()
1268 exact_cmd = find_exact(GetUserMultiwordCommands()); in GetUserCommandObject()
1269 if (exact_cmd) in GetUserCommandObject()
1270 return exact_cmd; in GetUserCommandObject()