Searched refs:num_command_matches (Results 1 – 1 of 1) sorted by relevance
1772 int num_command_matches = 0; in HandleCompletionMatches() local1782 num_command_matches = GetCommandNamesMatchingPartialString( in HandleCompletionMatches()1801 num_command_matches = 0; in HandleCompletionMatches()1810 num_command_matches = request.GetNumberOfMatches(); in HandleCompletionMatches()1824 num_command_matches = command_object->HandleCompletion(request); in HandleCompletionMatches()1828 return num_command_matches; in HandleCompletionMatches()1859 int num_command_matches = HandleCompletionMatches(request); in HandleCompletion() local1863 if (num_command_matches <= 0) in HandleCompletion()1864 return num_command_matches; in HandleCompletion()1882 if (num_command_matches == 1 && request.GetWordComplete()) { in HandleCompletion()[all …]