OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KBD_MOD_CAPS
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/arch/amiga/dev/
itevar.h
155
KBD_MOD_CAPS
= (1 << (KBD_CAPS_LOCK - KBD_LEFT_SHIFT)),
ite.c
776
if ((key_mod &
KBD_MOD_CAPS
) && (key.mode & KBD_MODE_CAPS))
900
if ((key_mod &
KBD_MOD_CAPS
) && (key.mode & KBD_MODE_CAPS))
/src/sys/arch/atari/dev/
itevar.h
151
KBD_MOD_CAPS
= 0x10,
kbd.c
835
kbd_modifier ^=
KBD_MOD_CAPS
;
ite.c
795
if ((kbd_modifier &
KBD_MOD_CAPS
) && (key.mode & KBD_MODE_CAPS))
967
if ((kbd_modifier &
KBD_MOD_CAPS
) && (key.mode & KBD_MODE_CAPS))
/src/sys/arch/x68k/dev/
itevar.h
222
#define
KBD_MOD_CAPS
(1<<7)
ite.c
653
mask =
KBD_MOD_CAPS
;
666
if (mask &
KBD_MOD_CAPS
) {
668
mod ^=
KBD_MOD_CAPS
;
696
if ((mod &
KBD_MOD_CAPS
) != 0 &&
781
mask =
KBD_MOD_CAPS
;
803
if ((mask &
KBD_MOD_CAPS
) != 0) {
805
mod ^=
KBD_MOD_CAPS
;
849
if ((mod &
KBD_MOD_CAPS
) != 0 &&
Completed in 16 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025