Searched refs:mouse_index_found (Results 1 – 1 of 1) sorted by relevance
5402 int mouse_index_found = -1; in check_termcode() local5450 if (mouse_index_found < 0) in check_termcode()5451 mouse_index_found = idx; in check_termcode()5469 if (termcodes[idx].modlen > 0 && mouse_index_found < 0) in check_termcode()5522 if (idx == tc_len && mouse_index_found >= 0) in check_termcode()5524 key_name[0] = termcodes[mouse_index_found].name[0]; in check_termcode()5525 key_name[1] = termcodes[mouse_index_found].name[1]; in check_termcode()