Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/arc/dev/
Dpccons.c1500 { KB_CTL, "", "", "", "", ""}, /* 29 control */
1691 if ((dt == 1) && (shift_state & (KB_CTL | KB_ALT)) == (KB_CTL | KB_ALT)) { in sget()
1725 case KB_CTL: in sget()
1726 shift_state &= ~KB_CTL; in sget()
1772 case KB_CTL: in sget()
1773 shift_state |= KB_CTL; in sget()
1777 if (shift_state & KB_CTL) in sget()
1805 else if (shift_state & KB_CTL) in sget()
1814 if (shift_state & (KB_SHIFT | KB_CTL) || in sget()
/netbsd/src/sys/arch/arc/include/
Dpccons.h20 #define KB_CTL 0x0010 /* control shift -- allows ctl function */ macro