OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sun Oct 19 02:09:48 GMT 2025