Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:spk_our_keys
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/accessibility/speakup/
H
A
D
keyhelp.c
120
state_tbl =
spk_our_keys
[0] + SHIFT_TBL_SIZE + 2;
in help_init()
183
kp =
spk_our_keys
[key] + 1;
in spk_handle_help()
H
A
D
speakup.h
95
extern u_char *
spk_our_keys
[];
H
A
D
main.c
87
u_char *
spk_our_keys
[MAX_KEY];
variable
1243
memset(
spk_our_keys
, 0, sizeof(
spk_our_keys
));
in spk_set_key_info()
1245
spk_our_keys
[0] = spk_shift_table;
in spk_set_key_info()
1266
spk_our_keys
[ch] = cp1;
in spk_set_key_info()
2127
key_info =
spk_our_keys
[keycode];
in speakup_key()
/kernel/linux/linux-6.6/drivers/accessibility/speakup/
H
A
D
keyhelp.c
120
state_tbl =
spk_our_keys
[0] + SHIFT_TBL_SIZE + 2;
in help_init()
183
kp =
spk_our_keys
[key] + 1;
in spk_handle_help()
H
A
D
speakup.h
95
extern u_char *
spk_our_keys
[];
H
A
D
main.c
88
u_char *
spk_our_keys
[MAX_KEY];
variable
1243
memset(
spk_our_keys
, 0, sizeof(
spk_our_keys
));
in spk_set_key_info()
1245
spk_our_keys
[0] = spk_shift_table;
in spk_set_key_info()
1266
spk_our_keys
[ch] = cp1;
in spk_set_key_info()
2139
key_info =
spk_our_keys
[keycode];
in speakup_key()
Completed in 8 milliseconds