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

  /src/sys/arch/arc/include/
pccons.h 20 #define KB_CTL 0x0010 /* control shift -- allows ctl function */
  /src/sys/arch/arc/dev/
pccons.c 1500 { KB_CTL, "", "", "", "", ""}, /* 29 control */
1691 if ((dt == 1) && (shift_state & (KB_CTL | KB_ALT)) == (KB_CTL | KB_ALT)) {
1725 case KB_CTL:
1726 shift_state &= ~KB_CTL;
1772 case KB_CTL:
1773 shift_state |= KB_CTL;
1777 if (shift_state & KB_CTL)
1805 else if (shift_state & KB_CTL)
1814 if (shift_state & (KB_SHIFT | KB_CTL) ||
    [all...]

Completed in 15 milliseconds