HomeSort by: relevance | last modified time | path
    Searched refs:KEYSYM_FUNC_R (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/sun/
kbd_tables.c 346 /* 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(10)
    [all...]
kbd_tables.h 89 #define KEYSYM_FUNC_R(x) (KEYSYM_FUNC | ((x) - 1 + 0x10))

Completed in 13 milliseconds