Home
last modified time | relevance | path

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

/third_party/toybox/lib/
Dtty.c232 int scan_key(char *scratch, int timeout_ms) in scan_key() function
Dlib.h331 int scan_key(char *scratch, int timeout_ms);
/third_party/toybox/toys/other/
Dhexedit.c187 key = scan_key(keybuf, -1); in hexedit_main()
/third_party/toybox/porting/liteos_a/lib/
Dlib.h332 int scan_key(char *scratch, int timeout_ms);
/third_party/toybox/toys/pending/
Dvi.c1539 key = scan_key(keybuf, -1); in vi_main()
1541 } else key = scan_key(keybuf, -1); in vi_main()