Home
last modified time | relevance | path

Searched refs:matches_left (Results 1 – 6 of 6) sorted by relevance

/dports/lang/smalltalk/smalltalk-3.2.5/libgst/
H A Dinput.c1025 static int matches_left, current_index; variable
1031 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()
/dports/security/yubioath-desktop/yubioath-desktop-yubioath-desktop-5.0.4/py/
H A Dyubikey.py272 matches_left = [
277 if len(matches_left) > 0:
298 descs_to_match.remove(matches_left[0])
/dports/devel/trellis/prjtrellis-5eb0ad87/libtrellis/include/
H A DChip.hpp51 bool matches_left(int row, int col) const;
/dports/devel/trellis/prjtrellis-5eb0ad87/libtrellis/src/
H A DChip.cpp258 bool TapSegment::matches_left(int row, int col) const { in matches_left() function in Trellis::TapSegment
278 if (seg.matches_left(row, col)) { in get_tap_driver()
H A DPyTrellis.cpp113 .def("matches_left", &TapSegment::matches_left) in BOOST_PYTHON_MODULE()
/dports/devel/tree-sitter/tree-sitter-0.20.1/cli/src/generate/build_tables/
H A Dbuild_parse_table.rs802 let matches_left = precedence_entry_matches(entry, left, left_symbols); in compare_precedence() localVariable
804 if matches_left { in compare_precedence()