Home
last modified time | relevance | path

Searched refs:terminal_size (Results 1 – 10 of 10) sorted by relevance

/external/toybox/toys/pending/
Dmore.c107 terminal_size(&cols, &rows); in more_main()
126 terminal_size(&cols, &rows); in more_main()
Dwatch.c47 terminal_size(&width, NULL);
Dtelnet.c307 terminal_size(&TT.win_width, &TT.win_height); in telnet_main()
/external/toybox/lib/
Dinterestingtimes.c21 int terminal_size(unsigned *xx, unsigned *yy) in terminal_size() function
55 if (terminal_size(xx, yy) && (!xx || *xx) && (!yy || *yy)) return 1; in terminal_probesize()
Dlib.h270 int terminal_size(unsigned *xx, unsigned *yy);
/external/toybox/toys/other/
Dvmstat.c100 if (isatty(1)) terminal_size(0, &rows); in vmstat_main()
Dhexedit.c129 terminal_size(0, &TT.height); in hexedit_main()
/external/toybox/toys/posix/
Dls.c527 terminal_size(&TT.screen_width, NULL); in ls_main()
Dsed.c412 terminal_size(&TT.xx, 0); in process_line()
Dps.c1153 if (!isatty(1) || !terminal_size(&TT.width, &TT.height)) in shared_main()