Lines Matching refs:matches
2052 if sel_node_i == len(matches) - 1:
2056 and scroll < _max_scroll(matches, matches_win):
2092 matches = []
2093 add_match = matches.append
2134 matches = []
2141 bad_re, matches, sel_node_i, scroll)
2148 if matches:
2149 _jump_to(matches[sel_node_i])
2166 if matches:
2168 _info_dialog(matches[sel_node_i], True)
2193 sel_node_i = len(matches) - 1
2194 scroll = _max_scroll(matches, matches_win)
2287 bad_re, matches, sel_node_i, scroll):
2297 if matches:
2299 min(scroll + _height(matches_win), len(matches))):
2301 node = matches[i]
2328 if scroll < _max_scroll(matches, matches_win):