Searched refs:smart_terminal (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/usr.bin/top/
H A Dscreen.c41 char smart_terminal; variable
76 smart_terminal = false;
81 smart_terminal = true;
90 smart_terminal = false;
107 smart_terminal = false;
114 smart_terminal = false;
121 screen_length = smart_terminal = 0;
151 smart_terminal = false;
178 smart_terminal = false;
212 smart_terminal
[all...]
H A Dscreen.h16 extern char smart_terminal; /* set if the terminal has sufficient termcap
H A Ddisplay.c140 lines = smart_terminal ? screen_length - Header_lines : 1;
155 return(smart_terminal ? lines : Largest);
314 if (smart_terminal)
848 base = smart_terminal ? screenbuf + lineindex(line) : screenbuf;
915 if (smart_terminal)
1313 if (smart_terminal)
H A Dtop.c557 topn = smart_terminal ? Largest :
567 interactive = smart_terminal;
573 displays = smart_terminal ? Infinity : 1;
692 if (smart_terminal)

Completed in 109 milliseconds