Searched refs:KBD_RELEASED (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/atari/dev/
H A Dkbdmap.h132 #define KBD_RELEASED(code) (code & 0x80 ? 1 : 0) macro
H A Dkbd.c488 KBD_RELEASED(code) ?
528 fe->value = KBD_RELEASED(code) ? VKEY_UP : VKEY_DOWN;
757 up = KBD_RELEASED(code);
846 *type = KBD_RELEASED(key) ? WSCONS_EVENT_KEY_UP : WSCONS_EVENT_KEY_DOWN;
H A Dite.c755 up = KBD_RELEASED(c);
869 up = KBD_RELEASED(c);

Completed in 110 milliseconds