Home
last modified time | relevance | path

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

/freebsd/usr.bin/top/
H A Dscreen.c39 char smart_terminal; variable
74 smart_terminal = false; in init_termcap()
79 smart_terminal = true; in init_termcap()
88 smart_terminal = false; in init_termcap()
105 smart_terminal = false; in init_termcap()
112 smart_terminal = false; in init_termcap()
119 screen_length = smart_terminal = 0; in init_termcap()
149 smart_terminal = false; in init_termcap()
176 smart_terminal = false; in init_termcap()
210 smart_terminal = false; in init_screen()
[all …]
H A Ddisplay.c138 lines = smart_terminal ? screen_length - Header_lines : 1; in display_resize()
153 return(smart_terminal ? lines : Largest); in display_resize()
312 if (smart_terminal) in i_timeofday()
846 base = smart_terminal ? screenbuf + lineindex(line) : screenbuf; in i_process()
913 if (smart_terminal) in u_endscreen()
1311 if (smart_terminal) in i_uptime()
H A Dscreen.h14 extern char smart_terminal; /* set if the terminal has sufficient termcap
H A Dtop.c553 topn = smart_terminal ? Largest : in main()
563 interactive = smart_terminal; in main()
569 displays = smart_terminal ? Infinity : 1; in main()
684 if (smart_terminal) in main()