Home
last modified time | relevance | path

Searched refs:scan_key (Results 1 - 5 of 5) sorted by relevance

/third_party/toybox/lib/
H A Dtty.c175 // Zero out first byte of scratch before first call to scan_key.
246 int scan_key(char *scratch, int timeout_ms) in scan_key() function
H A Dlib.h341 int scan_key(char *scratch, int timeout_ms);
/third_party/toybox/toys/other/
H A Dhexedit.c187 key = scan_key(keybuf, -1); in hexedit_main()
/third_party/toybox/porting/liteos_a/lib/
H A Dlib.h332 int scan_key(char *scratch, int timeout_ms);
/third_party/toybox/toys/pending/
H A Dvi.c1539 key = scan_key(keybuf, -1); in vi_main()
1541 } else key = scan_key(keybuf, -1); in vi_main()

Completed in 6 milliseconds