Home
last modified time | relevance | path

Searched refs:KS_GROUP_Keycode (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/wscons/
H A Dwskbdutil.c444 if (KS_GROUP(*kp) == KS_GROUP_Keycode && in wskbd_get_mapentry()
453 if (KS_GROUP(kp[l]) == KS_GROUP_Keycode) in wskbd_get_mapentry()
520 if (KS_GROUP(*kp) == KS_GROUP_Keycode && KS_VALUE(*kp) > i) in wskbd_load_keymap()
529 if (KS_GROUP(*kp) != KS_GROUP_Keycode) in wskbd_load_keymap()
543 if (KS_GROUP(kp[i]) == KS_GROUP_Keycode) in wskbd_load_keymap()
H A Dwsksymdef.h618 #define KS_GROUP_Keycode 0xf803U /* not encoded in keysym */ macro
624 (((k) & 0xf000) == 0xe000 ? KS_GROUP_Keycode : \