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

  /src/sys/dev/sun/
kbd_tables.h 87 #define KEYSYM_FUNC 0x0600
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))
kbd.c 682 case KEYSYM_FUNC:
885 (KEYSYM_CLASS(keysym) == KEYSYM_FUNC) )

Completed in 33 milliseconds