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

/illumos-gate/usr/src/uts/common/io/kbtrans/
H A Dkbtrans.c488 ushort_t second_entry,
497 if (second_entry >= ASCII_SET_SIZE)
500 if (lower->kbtrans_compose_map[second_entry] < 0)
506 if (first_entry > second_entry) {
508 first_entry = second_entry;
509 second_entry = tmp;
516 if (ptr->second == second_entry) {
486 kbtrans_do_compose(struct kbtrans_lower *lower, ushort_t first_entry, ushort_t second_entry, ushort_t *result_iso_ptr) argument
/illumos-gate/usr/src/uts/common/io/
H A Dkbd.c2156 kbd_do_compose(ushort_t first_entry, ushort_t second_entry, argument
2163 if (ptr->second == second_entry) {

Completed in 64 milliseconds