Home
last modified time | relevance | path

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

/third_party/toybox/toys/pending/
Dmore.c126 terminal_size(&cols, &rows); in more_main()
145 terminal_size(&cols, &rows); in more_main()
Dtelnet.c307 terminal_size(&TT.win_width, &TT.win_height); in telnet_main()
Dstty.c143 terminal_size(&TT.output_cols, NULL); in out()
Dvi.c1518 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/
Dtty.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.h324 int terminal_size(unsigned *xx, unsigned *yy);
/third_party/toybox/toys/other/
Dpwgen.c43 if (isatty(1)) terminal_size(&xx, &yy);
Dvmstat.c98 if (!(toys.optflags&FLAG_n) && isatty(1)) terminal_size(0, &rows); in vmstat_main()
Dhexedit.c129 terminal_size(0, &TT.height); in hexedit_main()
/third_party/rust/crates/clap/
DCargo.toml88 wrap_help = ["help", "dep:terminal_size"]
109 terminal_size = { version = "0.2.1", optional = true }
DCargo.lock193 "terminal_size",
908 name = "terminal_size"
/third_party/rust/crates/clap/src/output/
Dhelp_template.rs993 terminal_size::terminal_size() in dimensions()
/third_party/python/Lib/
Dshutil.py1371 size = os.terminal_size(fallback)
1377 return os.terminal_size((columns, lines))
/third_party/toybox/porting/liteos_a/lib/
Dlib.h316 int terminal_size(unsigned *xx, unsigned *yy);
/third_party/toybox/porting/liteos_a/toys/posix/
Dls.c564 terminal_size(&TT.screen_width, NULL); in ls_main()
/third_party/toybox/toys/posix/
Dls.c574 terminal_size(&TT.screen_width, NULL); in ls_main()
Dsed.c423 terminal_size(&TT.xx, 0); in sed_line()
Dps.c1299 if (!isatty(1) || !terminal_size(&TT.width, 0)) toys.optflags |= FLAG_w; in ps_main()
/third_party/python/Doc/library/
Dshutil.rst800 The value returned is a named tuple of type :class:`os.terminal_size`.
Dos.rst1556 tuple of type :class:`terminal_size`.
1570 .. class:: terminal_size