Home
last modified time | relevance | path

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

/external/toybox/toys/other/
Dhexedit.c67 key = scan_key(TT.keybuf, -1); in prompt()
259 key = scan_key(TT.keybuf, -1); in hexedit_main()
/external/toybox/lib/
Dtty.c250 int scan_key(char *scratch, int timeout_ms) in scan_key() function
Dlib.h338 int scan_key(char *scratch, int timeout_ms);
/external/toybox/toys/pending/
Dvi.c1539 key = scan_key(keybuf, -1); in vi_main()
1541 } else key = scan_key(keybuf, -1); in vi_main()