Searched refs:rawt (Results 1 – 2 of 2) sorted by relevance
143 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...]
266 struct termios cbreakt, rawt, *curt, save_termios; member