Searched refs:last_key (Results 1 – 6 of 6) sorted by relevance
316 if (key == HIDMAP_KEY_NULL || key == hi->last_key) in hidmap_intr()318 if (hi->last_key != KEY_RESERVED) in hidmap_intr()319 hidmap_push_key(hm, hi->last_key, 0); in hidmap_intr()322 hi->last_key = key; in hidmap_intr()618 item->last_key = KEY_RESERVED; in hidmap_parse_hid_item()639 item->last_key = KEY_RESERVED; in hidmap_parse_hid_item()
180 uint16_t last_key; /* Last reported key (array) */ member
38 if (dialog_vars.last_key) { \
311 if (dialog_vars.last_key) { in dlg_add_last_key()
570 bool last_key; /* option "--last-key" */ member
312 { "last-key", svT(last_key), 1, "" },