Searched refs:KEYSYM_FUNC (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/dev/sun/
H A Dkbd_tables.h87 #define KEYSYM_FUNC 0x0600 macro
88 #define KEYSYM_FUNC_L(x) (KEYSYM_FUNC | ((x) - 1))
89 #define KEYSYM_FUNC_R(x) (KEYSYM_FUNC | ((x) - 1 + 0x10))
90 #define KEYSYM_FUNC_F(x) (KEYSYM_FUNC | ((x) - 1 + 0x20))
91 #define KEYSYM_FUNC_N(x) (KEYSYM_FUNC | ((x) - 1 + 0x30))
H A Dkbd.c682 case KEYSYM_FUNC:
885 (KEYSYM_CLASS(keysym) == KEYSYM_FUNC) )

Completed in 98 milliseconds