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

  /src/sys/arch/arc/include/
pccons.h 18 #define KB_CAPS 0x0004 /* caps shift -- swaps case of letter */
  /src/sys/arch/arc/dev/
pccons.c 1529 { KB_CAPS, "", "", "", "", ""}, /* 58 caps */
1653 case KB_CAPS:
1655 shift_state &= ~KB_CAPS;
1658 if (shift_state & KB_CAPS)
1660 shift_state |= KB_CAPS;
1661 lock_state ^= KB_CAPS;
1710 case KB_CAPS:
1711 shift_state &= ~KB_CAPS;
1744 case KB_CAPS:
1745 if (shift_state & KB_CAPS)
    [all...]

Completed in 79 milliseconds