Lines Matching refs:matches
2055 if sel_node_i == len(matches) - 1:
2059 and scroll < _max_scroll(matches, matches_win):
2095 matches = []
2096 add_match = matches.append
2137 matches = []
2144 bad_re, matches, sel_node_i, scroll)
2151 if matches:
2152 _jump_to(matches[sel_node_i])
2169 if matches:
2171 _info_dialog(matches[sel_node_i], True)
2196 sel_node_i = len(matches) - 1
2197 scroll = _max_scroll(matches, matches_win)
2293 bad_re, matches, sel_node_i, scroll):
2303 if matches:
2305 min(scroll + _height(matches_win), len(matches))):
2307 node = matches[i]
2334 if scroll < _max_scroll(matches, matches_win):