Lines Matching refs:new_matches
253 StringList new_matches, descriptions;
254 AddNamesMatchingPartialString(m_subcommand_dict, arg0, new_matches,
256 request.AddCompletions(new_matches, descriptions);
258 if (new_matches.GetSize() == 1 &&
259 new_matches.GetStringAtIndex(0) != nullptr &&
260 (arg0 == new_matches.GetStringAtIndex(0))) {
274 StringList new_matches;
275 CommandObject *sub_command_object = GetSubcommandObject(arg0, &new_matches);
282 new_matches.DeleteStringAtIndex(0);
283 request.AddCompletions(new_matches);