Searched refs:KBD_UP (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/arch/x68k/include/
H A Dkbd.h64 /* Key codes are in 0x00..0x7e; KBD_UP is set if the key goes up */
66 #define KBD_UP 0x80 /* keyboard `up' transition */ macro
/netbsd-current/sys/dev/sun/
H A Dkbd_reg.h71 /* Key codes are in 0x00..0x7e; KBD_UP is set if the key goes up */
73 #define KBD_UP 0x80 /* keyboard `up' transition */ macro
H A Dkbd_xlate.h50 #define KEY_UP(c) ((c) & KBD_UP) /* true => key went up */
H A Dkbd_zs.c242 c = k->k_magic1 | KBD_UP;
/netbsd-current/sys/dev/dec/
H A Dlk201.h54 #define KBD_UP 235 macro
/netbsd-current/sys/arch/sparc/dev/
H A Dkbd_pckbport.c509 sunkey |= KBD_UP;

Completed in 92 milliseconds