OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KB_CODE_SIZE
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/arc/include/
pccons.h
28
#define
KB_CODE_SIZE
4 /* Use a max of 4 for now... */
32
char unshift[
KB_CODE_SIZE
];
33
char shift[
KB_CODE_SIZE
];
34
char ctl[
KB_CODE_SIZE
];
35
char altgr[
KB_CODE_SIZE
];
36
char shift_altgr[
KB_CODE_SIZE
];
/src/sys/arch/arc/dev/
pccons.c
776
if (map[i].unshift[
KB_CODE_SIZE
-1] ||
777
map[i].shift[
KB_CODE_SIZE
-1] ||
778
map[i].ctl[
KB_CODE_SIZE
-1] ||
779
map[i].altgr[
KB_CODE_SIZE
-1] ||
780
map[i].shift_altgr[
KB_CODE_SIZE
-1])
Completed in 37 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025