OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scan_key
(Results
1 - 3
of
3
) sorted by null
/external/toybox/lib/
interestingtimes.c
65
// Otherwise acts like
scan_key
()
70
if (512&(key =
scan_key
(scratch, miliwait))) {
147
// Zero out first byte of scratch before first call to
scan_key
149
int
scan_key
(char *scratch, int miliwait)
function
lib.h
235
int
scan_key
(char *scratch, int miliwait);
/external/toybox/toys/other/
hexedit.c
186
key =
scan_key
(keybuf, -1);
Completed in 46 milliseconds