Home
last modified time | relevance | path

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

/third_party/toybox/lib/
Dtty.c53 int terminal_probesize(unsigned *xx, unsigned *yy) in terminal_probesize() function
279 terminal_probesize(width, height); in start_redraw()
Dlib.h316 int terminal_probesize(unsigned *xx, unsigned *yy);
/third_party/toybox/toys/example/
Ddemo_scankey.c42 if (t[0] != t[1]) terminal_probesize(&width, &height); in demo_scankey_main()
/third_party/toybox/porting/liteos_a/lib/
Dlib.h317 int terminal_probesize(unsigned *xx, unsigned *yy);
/third_party/toybox/porting/liteos_a/toys/posix/
Dps.c1414 terminal_probesize(&TT.width, &TT.height); in top_common()
/third_party/toybox/toys/posix/
Dps.c1557 terminal_probesize(&TT.width, &TT.height); in top_common()