Searched refs:matches_left (Results 1 – 6 of 6) sorted by relevance
1025 static int matches_left, current_index; variable1031 if (matches_left == 0) in symbol_generator()1036 while (matches_left > 1 && in symbol_generator()1041 matches_left--; in symbol_generator()1044 matches_left--; in symbol_generator()1108 matches_left = high - current_index; in readline_match_symbols()1109 return matches_left ? rl_completion_matches (text, in readline_match_symbols()
272 matches_left = [277 if len(matches_left) > 0:298 descs_to_match.remove(matches_left[0])
51 bool matches_left(int row, int col) const;
258 bool TapSegment::matches_left(int row, int col) const { in matches_left() function in Trellis::TapSegment278 if (seg.matches_left(row, col)) { in get_tap_driver()
113 .def("matches_left", &TapSegment::matches_left) in BOOST_PYTHON_MODULE()
802 let matches_left = precedence_entry_matches(entry, left, left_symbols); in compare_precedence() localVariable804 if matches_left { in compare_precedence()