Searched refs:scan_key_getsize (Results 1 – 4 of 4) sorted by relevance
/external/toybox/toys/example/ |
D | test_scankey.c | 44 key = scan_key_getsize(scratch, -1*!!t[0], &width, &height); in test_scankey_main() 51 while (0<(key = scan_key_getsize(scratch, 0, &width, &height))) in test_scankey_main()
|
/external/toybox/lib/ |
D | interestingtimes.c | 66 int scan_key_getsize(char *scratch, int miliwait, unsigned *xx, unsigned *yy) in scan_key_getsize() function
|
D | lib.h | 232 int scan_key_getsize(char *scratch, int miliwait, unsigned *xx, unsigned *yy);
|
/external/toybox/toys/posix/ |
D | ps.c | 1359 i = scan_key_getsize(scratch, timeout-now, &TT.width, &TT.height); in top_common() 1367 if (i==27) while (0<scan_key_getsize(scratch, 0, &TT.width, &TT.height)); in top_common()
|