Searched defs:max_score (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/Common/VBoxKeyboard/
H A Dkeyboard.c154 unsigned max_score = 0; local
250 if ( (match > max_score)
251 || ((match == max_score) && (seq > max_seq))
255 max_score = match;
261 main_key_tab[kbd_layout].comment, max_score, max_seq));

Completed in 191 milliseconds