Home
last modified time | relevance | path

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

/external/toybox/lib/
Dtty.c53 int terminal_probesize(unsigned *xx, unsigned *yy) in terminal_probesize() function
297 terminal_probesize(width, height); in start_redraw()
Dlib.h323 int terminal_probesize(unsigned *xx, unsigned *yy);
/external/toybox/toys/example/
Ddemo_scankey.c42 if (t[0] != t[1]) terminal_probesize(&width, &height); in demo_scankey_main()
/external/toybox/toys/posix/
Dps.c1570 terminal_probesize(&TT.width, &TT.height); in top_common()