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

  /src/sys/arch/arc/dev/
pccons.c 1608 static u_char extended = 0, shift_state = 0; local in function:sget
1644 shift_state &= ~KB_NUM;
1647 if (shift_state & KB_NUM)
1649 shift_state |= KB_NUM;
1655 shift_state &= ~KB_CAPS;
1658 if (shift_state & KB_CAPS)
1660 shift_state |= KB_CAPS;
1666 shift_state &= ~KB_SCROLL;
1669 if (shift_state & KB_SCROLL)
1671 shift_state |= KB_SCROLL
    [all...]
pccons.c 1608 static u_char extended = 0, shift_state = 0; local in function:sget
1644 shift_state &= ~KB_NUM;
1647 if (shift_state & KB_NUM)
1649 shift_state |= KB_NUM;
1655 shift_state &= ~KB_CAPS;
1658 if (shift_state & KB_CAPS)
1660 shift_state |= KB_CAPS;
1666 shift_state &= ~KB_SCROLL;
1669 if (shift_state & KB_SCROLL)
1671 shift_state |= KB_SCROLL
    [all...]

Completed in 121 milliseconds