Searched refs:scan_key_getsize (Results 1 – 7 of 7) sorted by relevance
/third_party/toybox/toys/example/ |
D | demo_scankey.c | 44 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()
|
/third_party/toybox/lib/ |
D | tty.c | 176 int scan_key_getsize(char *scratch, int timeout_ms, unsigned *xx, unsigned *yy) in scan_key_getsize() function 248 return scan_key_getsize(scratch, timeout_ms, NULL, NULL); in scan_key()
|
D | lib.h | 341 int scan_key_getsize(char *scratch, int timeout_ms, unsigned *xx, unsigned *yy);
|
/third_party/toybox/toys/other/ |
D | watch.c | 139 cc = scan_key_getsize(toybuf, 0, &width, &height); in watch_main()
|
/third_party/toybox/porting/liteos_a/lib/ |
D | lib.h | 333 int scan_key_getsize(char *scratch, int timeout_ms, unsigned *xx, unsigned *yy);
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
D | ps.c | 1548 i = scan_key_getsize(scratch, timeout-now, &TT.width, &TT.height); in top_common() 1557 if (i==27) while (0<scan_key_getsize(scratch, 0, &TT.width, &TT.height)); in top_common()
|
/third_party/toybox/toys/posix/ |
D | ps.c | 1695 i = scan_key_getsize(scratch, timeout-now, &TT.width, &TT.height); in top_common() 1704 if (i==27) while (0<scan_key_getsize(scratch, 0, &TT.width, &TT.height)); in top_common()
|