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

  /src/sys/arch/arc/include/
pccons.h 17 #define KB_NUM 0x0002 /* numeric shift cursors vs. numeric */
  /src/sys/arch/arc/dev/
pccons.c 1540 { KB_NUM, "", "", "", "", ""}, /* 69 num lock */
1642 case KB_NUM:
1644 shift_state &= ~KB_NUM;
1647 if (shift_state & KB_NUM)
1649 shift_state |= KB_NUM;
1650 lock_state ^= KB_NUM;
1707 case KB_NUM:
1708 shift_state &= ~KB_NUM;
1737 case KB_NUM:
1738 if (shift_state & KB_NUM)
    [all...]

Completed in 37 milliseconds