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

/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwgetch.c49 static struct termios read_termios; variable in typeref:struct:termios
63 if (read_termios.c_lflag & ICANON) {
71 if ((read_termios.c_cc[VMIN] == 0) &&
72 (read_termios.c_cc[VTIME] != 0)) {
189 read_termios = *PTERMIOS(_actual);
213 read_termios = *PTERMIOS(_actual);

Completed in 14 milliseconds