Home
last modified time | relevance | path

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

/netbsd-src/lib/libcurses/
H A Dtty.c143 screen->rawt = screen->cbreakt; in _cursesi_gettmode()
144 screen->rawt.c_iflag &= ~(IGNBRK | BRKINT | PARMRK | INLCR | IGNCR | in _cursesi_gettmode()
146 screen->rawt.c_oflag &= ~OPOST; in _cursesi_gettmode()
147 screen->rawt.c_lflag &= ~(ISIG | IEXTEN); in _cursesi_gettmode()
158 screen->rawt.c_iflag &= ~ISTRIP; in _cursesi_gettmode()
159 screen->rawt.c_cflag &= ~(CSIZE | PARENB); in _cursesi_gettmode()
160 screen->rawt.c_cflag |= CS8; in _cursesi_gettmode()
181 _cursesi_screen->curt = &_cursesi_screen->rawt; in raw()
224 &_cursesi_screen->rawt : &_cursesi_screen->cbreakt; in cbreak()
251 &_cursesi_screen->rawt in nocbreak()
[all...]
H A Dcurses_private.h266 struct termios cbreakt, rawt, *curt, save_termios; member