Lines Matching refs:KB_CAPS
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)
1747 shift_state |= KB_CAPS;
1748 lock_state ^= KB_CAPS;
1791 if ((lock_state & KB_CAPS) && capchar[0] >= 'a' &&