Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/arc/include/
Dpccons.h22 #define KB_ALTGR 0x0040 /* alternate graphics shift */ macro
/netbsd/src/sys/arch/arc/dev/
Dpccons.c1721 shift_state &= ~KB_ALTGR; in sget()
1768 shift_state |= KB_ALTGR; in sget()
1779 else if (shift_state & KB_ALTGR) { in sget()