Searched refs:KB_SCROLL (Results 1 – 2 of 2) sorted by relevance
1445 if (lock_state & KB_SCROLL) in sput()1541 { KB_SCROLL, "", "", "", "", ""}, /* 70 scroll lock */1664 case KB_SCROLL: in sget()1666 shift_state &= ~KB_SCROLL; in sget()1669 if (shift_state & KB_SCROLL) in sget()1671 shift_state |= KB_SCROLL; in sget()1672 lock_state ^= KB_SCROLL; in sget()1673 if ((lock_state & KB_SCROLL) == 0) in sget()1713 case KB_SCROLL: in sget()1714 shift_state &= ~KB_SCROLL; in sget()[all …]
16 #define KB_SCROLL 0x0001 /* stop output */ macro