Searched refs:terminal_size (Results 1 – 20 of 20) sorted by relevance
/third_party/toybox/toys/pending/ |
D | more.c | 126 terminal_size(&cols, &rows); in more_main() 145 terminal_size(&cols, &rows); in more_main()
|
D | telnet.c | 307 terminal_size(&TT.win_width, &TT.win_height); in telnet_main()
|
D | stty.c | 143 terminal_size(&TT.output_cols, NULL); in out()
|
D | vi.c | 1518 terminal_size(&TT.screen_width, &TT.screen_height); in vi_main() 1546 terminal_size(&TT.screen_width, &TT.screen_height); in vi_main()
|
/third_party/toybox/lib/ |
D | tty.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 | 324 int terminal_size(unsigned *xx, unsigned *yy);
|
/third_party/toybox/toys/other/ |
D | pwgen.c | 43 if (isatty(1)) terminal_size(&xx, &yy);
|
D | vmstat.c | 98 if (!(toys.optflags&FLAG_n) && isatty(1)) terminal_size(0, &rows); in vmstat_main()
|
D | hexedit.c | 129 terminal_size(0, &TT.height); in hexedit_main()
|
/third_party/rust/crates/clap/ |
D | Cargo.toml | 88 wrap_help = ["help", "dep:terminal_size"] 109 terminal_size = { version = "0.2.1", optional = true }
|
D | Cargo.lock | 193 "terminal_size", 908 name = "terminal_size"
|
/third_party/rust/crates/clap/src/output/ |
D | help_template.rs | 993 terminal_size::terminal_size() in dimensions()
|
/third_party/python/Lib/ |
D | shutil.py | 1371 size = os.terminal_size(fallback) 1377 return os.terminal_size((columns, lines))
|
/third_party/toybox/porting/liteos_a/lib/ |
D | lib.h | 316 int terminal_size(unsigned *xx, unsigned *yy);
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
D | ls.c | 564 terminal_size(&TT.screen_width, NULL); in ls_main()
|
/third_party/toybox/toys/posix/ |
D | ls.c | 574 terminal_size(&TT.screen_width, NULL); in ls_main()
|
D | sed.c | 423 terminal_size(&TT.xx, 0); in sed_line()
|
D | ps.c | 1299 if (!isatty(1) || !terminal_size(&TT.width, 0)) toys.optflags |= FLAG_w; in ps_main()
|
/third_party/python/Doc/library/ |
D | shutil.rst | 800 The value returned is a named tuple of type :class:`os.terminal_size`.
|
D | os.rst | 1556 tuple of type :class:`terminal_size`. 1570 .. class:: terminal_size
|