OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KC_CODE
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/luna68k/stand/boot/
kbd.c
92
{
KC_CODE
, { 0x09, 0x09 } }, /* 9 [0x09] TAB */
99
{
KC_CODE
, { 0x1B, 0x1B } }, /* 16 [0x10] ESC */
100
{
KC_CODE
, { 0x08, 0x08 } }, /* 17 [0x11] BS */
101
{
KC_CODE
, { 0x0D, 0x0D } }, /* 18 [0x12] CR */
103
{
KC_CODE
, { 0x20, 0x20 } }, /* 20 [0x14] SP */
104
{
KC_CODE
, { 0x7F, 0x7F } }, /* 21 [0x15] DEL */
117
{
KC_CODE
, { 0x31, 0x21 } }, /* 34 [0x22] 1 */
118
{
KC_CODE
, { 0x32, 0x22 } }, /* 35 [0x23] 2 */
119
{
KC_CODE
, { 0x33, 0x23 } }, /* 36 [0x24] 3 */
120
{
KC_CODE
, { 0x34, 0x24 } }, /* 37 [0x25] 4 *
[
all
...]
kbdreg.h
85
#define
KC_CODE
0x00000000
sio.c
122
if ((c & KC_TYPE) ==
KC_CODE
)
Completed in 12 milliseconds
Indexes created Tue Oct 14 08:09:56 GMT 2025