Searched refs:first_match (Results 1 – 2 of 2) sorted by relevance
234 size_t first_match = 1; in DoAutocomplete() local251 first_match = 0; in DoAutocomplete()266 for (size_t i = first_match; i < history_matches.size(); ++i) { in DoAutocomplete()
740 first_match = service_matches[0]741 self.port = first_match["port"]742 self.host = first_match["host"]744 print "SAP Service found on %s(%s)" % first_match["name"] % self.host