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

/netbsd-current/sys/dev/sun/
H A Dkbd_tables.c346 /* 21: R1/Pause */ KEYSYM_FUNC_R(1),
347 /* 22: R2/Print */ KEYSYM_FUNC_R(2),
348 /* 23: R3/Break */ KEYSYM_FUNC_R(3),
370 /* 45: R4/KP_Equal */ KEYSYM_FUNC_R(4),
371 /* 46: R5/KP_Div */ KEYSYM_FUNC_R(5),
372 /* 47: R6/KP_Mult */ KEYSYM_FUNC_R(6),
393 /* 68: R7/Home */ KEYSYM_FUNC_R(7),
394 /* 69: R8/Up */ KEYSYM_FUNC_R(8),
395 /* 70: R9/PgUp */ KEYSYM_FUNC_R(9),
416 /* 91: R10/Left */ KEYSYM_FUNC_R(1
[all...]
H A Dkbd_tables.h89 #define KEYSYM_FUNC_R(x) (KEYSYM_FUNC | ((x) - 1 + 0x10)) macro

Completed in 107 milliseconds