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

  /src/sys/arch/arc/include/
pccons.h 19 #define KB_SHIFT 0x0008 /* keyboard shift */
  /src/sys/arch/arc/dev/
pccons.c 1467 /* the unshifted code for KB_SHIFT keys is used by X to distinguish between
1513 { KB_SHIFT, "\001", "", "", "", ""}, /* 42 shift */
1525 { KB_SHIFT, "\002", "", "", "", ""}, /* 54 shift */
1716 case KB_SHIFT:
1717 shift_state &= ~KB_SHIFT;
1763 case KB_SHIFT:
1764 shift_state |= KB_SHIFT;
1780 if (shift_state & KB_SHIFT)
1786 if (shift_state & KB_SHIFT)
1803 if (shift_state & KB_SHIFT)
    [all...]

Completed in 14 milliseconds