Searched refs:prefix_match (Results 1 – 3 of 3) sorted by relevance
247 bool prefix_match = filter[filter.size() - 1] == '*'; in PassesFilter() local250 if (prefix_match) min_match_length--; // Subtract 1 for trailing '*'. in PassesFilter()
614 int prefix_match = 0; in show_candidates() local625 ++prefix_match; in show_candidates()641 if (prefix_match == 1 || cands.empty()) { in show_candidates()
1327 prefix_match = PREFIX_PATTERN.match(line)1328 if prefix_match:1329 prefix = SplitPath(prefix_match.group(1).strip())