Searched refs:lang_subcmd (Results 1 – 1 of 1) sorted by relevance
1169 CommandObjectMultiword *lang_subcmd = nullptr; in GetCommandSP() local1171 lang_subcmd = lang_subcmd_sp->GetAsMultiwordCommand(); in GetCommandSP()1175 if (!command_sp && !exact && lang_subcmd) { in GetCommandSP()1177 AddNamesMatchingPartialString(lang_subcmd->GetSubcommandDictionary(), in GetCommandSP()1182 const auto &lang_dict = lang_subcmd->GetSubcommandDictionary(); in GetCommandSP()