Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/bnu/
H A Dsetmode.c21 static struct termios termios_set; variable
292 termios_set.c_iflag = 0;
293 termios_set.c_oflag = 0;
294 termios_set.c_cflag = 0;
295 termios_set.c_lflag = 0;
304 termios_set.c_iflag |= imodes[i].set;
311 termios_set.c_oflag |= omodes[i].set;
318 termios_set.c_cflag |= cmodes[i].set;
325 termios_set.c_lflag |= lmodes[i].set;
351 termios.c_iflag |= termios_set.c_iflag; in setty()
[all …]