Searched refs:scan_key_getsize (Results 1 – 5 of 5) sorted by relevance
| /external/toybox/toys/example/ |
| D | demo_scankey.c | 42 key = scan_key_getsize(scratch, -1*!!t[0], &width, &height); in demo_scankey_main() 48 while (0<(key = scan_key_getsize(scratch, 0, &width, &height))) in demo_scankey_main()
|
| /external/toybox/lib/ |
| D | tty.c | 193 int scan_key_getsize(char *scratch, int timeout_ms, unsigned *xx, unsigned *yy) in scan_key_getsize() function 265 return scan_key_getsize(scratch, timeout_ms, NULL, NULL); in scan_key()
|
| D | lib.h | 337 int scan_key_getsize(char *scratch, int timeout_ms, unsigned *xx, unsigned *yy);
|
| /external/toybox/toys/other/ |
| D | watch.c | 139 cc = scan_key_getsize(toybuf, 0, &width, &height); in watch_main()
|
| /external/toybox/toys/posix/ |
| D | ps.c | 1773 i = scan_key_getsize(scratch, timeout-now, &TT.width, &TT.height); in top_common() 1782 if (i==27) while (0<scan_key_getsize(scratch, 0, &TT.width, &TT.height)); in top_common()
|