Searched refs:terminal_size (Results 1 – 10 of 10) sorted by relevance
/external/toybox/toys/pending/ |
D | more.c | 104 terminal_size(&cols, &rows); in more_main() 123 terminal_size(&cols, &rows); in more_main()
|
D | watch.c | 47 terminal_size(&width, NULL);
|
D | telnet.c | 307 terminal_size(&TT.win_width, &TT.win_height); in telnet_main()
|
/external/toybox/lib/ |
D | interestingtimes.c | 21 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()
|
D | lib.h | 230 int terminal_size(unsigned *xx, unsigned *yy);
|
/external/toybox/toys/other/ |
D | vmstat.c | 100 if (isatty(1)) terminal_size(0, &rows); in vmstat_main()
|
D | hexedit.c | 129 terminal_size(0, &TT.height); in hexedit_main()
|
/external/toybox/toys/posix/ |
D | ls.c | 526 terminal_size(&TT.screen_width, NULL); in ls_main()
|
D | sed.c | 436 terminal_size(&TT.xx, 0); in walk_pattern()
|
D | ps.c | 992 terminal_size(&TT.width, &TT.height); in shared_main()
|