Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/top/dist/
H A Dscreen.c136 static struct sgttyb old_settings; variable
140 static struct termio old_settings; variable
144 static struct termios old_settings; variable
340 if (ioctl(STDOUT, TIOCGETP, &old_settings) == -1) in screen_readtermcap()
346 if (ioctl(STDOUT, TCGETA, &old_settings) == -1) in screen_readtermcap()
352 if (tcgetattr(STDOUT, &old_settings) == -1) in screen_readtermcap()
367 if (ioctl(STDOUT, TIOCGETP, &old_settings) != -1) in screen_init()
370 new_settings = old_settings; in screen_init()
378 ch_erase = old_settings.sg_erase; in screen_init()
379 ch_kill = old_settings.sg_kill; in screen_init()
[all …]