Lines Matching refs:matches
101 StringList matches; in DoExecute() local
103 cmd_obj = m_interpreter.GetCommandObject(command_name, &matches); in DoExecute()
106 StringList matches; in DoExecute() local
114 matches.Clear(); in DoExecute()
124 sub_cmd_obj->GetSubcommandObject(sub_command.c_str(), &matches); in DoExecute()
125 if (found_cmd == nullptr || matches.GetSize() > 1) { in DoExecute()
136 if (matches.GetSize() >= 2) { in DoExecute()
139 size_t num_matches = matches.GetSize(); in DoExecute()
141 s.Printf("\n\t%s", matches.GetStringAtIndex(match_idx)); in DoExecute()
174 } else if (matches.GetSize() > 0) { in DoExecute()
178 const size_t match_count = matches.GetSize(); in DoExecute()
180 output_strm.Printf("\t%s\n", matches.GetStringAtIndex(i)); in DoExecute()