Home
last modified time | relevance | path

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

/external/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);
/external/toybox/toys/other/
Dhexedit.c187 key = scan_key(keybuf, -1); in hexedit_main()
/external/toybox/toys/pending/
Dvi.c1132 key = scan_key(keybuf, -1); in vi_main()
1134 } else key = scan_key(keybuf, -1); in vi_main()