Home
last modified time | relevance | path

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

/external/toybox/toys/example/
Ddemo_scankey.c42 if (t[0] != t[1]) terminal_probesize(&width, &height); in test_scankey_main()
/external/toybox/lib/
Dinterestingtimes.c53 int terminal_probesize(unsigned *xx, unsigned *yy) in terminal_probesize() function
Dlib.h279 int terminal_probesize(unsigned *xx, unsigned *yy);
/external/toybox/toys/posix/
Dps.c1460 terminal_probesize(&TT.width, &TT.height); in top_common()