Searched refs:KB_NUM (Results 1 – 2 of 2) sorted by relevance
1540 { KB_NUM, "", "", "", "", ""}, /* 69 num lock */1642 case KB_NUM: in sget()1644 shift_state &= ~KB_NUM; in sget()1647 if (shift_state & KB_NUM) in sget()1649 shift_state |= KB_NUM; in sget()1650 lock_state ^= KB_NUM; in sget()1707 case KB_NUM: in sget()1708 shift_state &= ~KB_NUM; in sget()1737 case KB_NUM: in sget()1738 if (shift_state & KB_NUM) in sget()[all …]
17 #define KB_NUM 0x0002 /* numeric shift cursors vs. numeric */ macro