Searched refs:last_key (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/dev/hid/
H A Dhidmap.c318 if (key == HIDMAP_KEY_NULL || key == hi->last_key)
320 if (hi->last_key != KEY_RESERVED)
321 hidmap_push_key(hm, hi->last_key, 0);
324 hi->last_key = key;
616 item->last_key = KEY_RESERVED;
637 item->last_key = KEY_RESERVED;
H A Dhidmap.h177 uint16_t last_key; /* Last reported key (array) */ member in union:hidmap_hid_item::__anon12150
/freebsd-13-stable/contrib/dialog/
H A Dui_getc.c304 if (dialog_vars.last_key) {
H A Ddialog.h546 bool last_key; /* option "--last-key" */ member in struct:__anon526
H A Ddialog.c1654 dialog_vars.last_key = TRUE;

Completed in 74 milliseconds