HomeSort by relevance Sort by last modified time
    Searched refs:terminal_size (Results 1 - 12 of 12) sorted by null

  /external/toybox/toys/pending/
more.c 107 terminal_size(&cols, &rows);
126 terminal_size(&cols, &rows);
watch.c 47 terminal_size(&width, NULL);
telnet.c 307 terminal_size(&TT.win_width, &TT.win_height);
stty.c 143 terminal_size(&TT.output_cols, NULL);
  /external/toybox/lib/
interestingtimes.c 21 int terminal_size(unsigned *xx, unsigned *yy) function
55 if (terminal_size(xx, yy) && (!xx || *xx) && (!yy || *yy)) return 1;
lib.h 278 int terminal_size(unsigned *xx, unsigned *yy);
  /external/toybox/toys/other/
vmstat.c 100 if (isatty(1)) terminal_size(0, &rows);
hexedit.c 129 terminal_size(0, &TT.height);
  /external/python/cpython3/Lib/
shutil.py     [all...]
  /external/toybox/toys/posix/
ls.c 558 terminal_size(&TT.screen_width, NULL);
sed.c 412 terminal_size(&TT.xx, 0);
    [all...]
ps.c     [all...]

Completed in 1256 milliseconds