Home
last modified time | relevance | path

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

/external/toybox/toys/example/
Ddemo_scankey.c44 key = scan_key_getsize(scratch, -1*!!t[0], &width, &height); in demo_scankey_main()
51 while (0<(key = scan_key_getsize(scratch, 0, &width, &height))) in demo_scankey_main()
/external/toybox/lib/
Dtty.c180 int scan_key_getsize(char *scratch, int timeout_ms, unsigned *xx, unsigned *yy) in scan_key_getsize() function
252 return scan_key_getsize(scratch, timeout_ms, NULL, NULL); in scan_key()
Dlib.h339 int scan_key_getsize(char *scratch, int timeout_ms, unsigned *xx, unsigned *yy);
/external/toybox/toys/other/
Dwatch.c139 cc = scan_key_getsize(toybuf, 0, &width, &height); in watch_main()
/external/toybox/toys/posix/
Dps.c1704 i = scan_key_getsize(scratch, timeout-now, &TT.width, &TT.height); in top_common()
1713 if (i==27) while (0<scan_key_getsize(scratch, 0, &TT.width, &TT.height)); in top_common()