Home | History | Annotate | Download | only in dev

Lines Matching refs:KB_CTL

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) ||