Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bnu/
H A Dsetmode.c19 static struct termios termios_set; variable
290 termios_set.c_iflag = 0;
291 termios_set.c_oflag = 0;
292 termios_set.c_cflag = 0;
293 termios_set.c_lflag = 0;
302 termios_set.c_iflag |= imodes[i].set;
309 termios_set.c_oflag |= omodes[i].set;
349 termios.c_iflag |= termios_set.c_iflag; in setty()
351 termios.c_oflag |= termios_set.c_oflag; in setty()
353 termios.c_cflag |= termios_set.c_cflag; in setty()
[all …]