Home
last modified time | relevance | path

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

/illumos-gate/usr/src/ucbcmd/stty/
H A Dsttyparse.c334 struct stio *stermio;
340 if(ioctl(fd, STGET, stermio) == -1) {
356 termios->c_lflag = stermio->lmode;
357 termios->c_oflag = stermio->omode;
358 termios->c_iflag = stermio->imode;
375 struct stio *stermio;
396 stermio->imode = termios->c_iflag;
397 stermio->omode = termios->c_oflag;
398 stermio->lmode = termios->c_lflag;
399 stermio->tab = termios->c_cc[7];
[all …]
/illumos-gate/usr/src/cmd/ttymon/
H A Dsttyparse.c366 struct stio *stermio, struct termiox *termiox, struct winsize *winsize argument
377 if (ioctl(fd, STGET, stermio) == -1) {
391 termios->c_cc[7] = (unsigned)stermio->tab;
392 termios->c_lflag = stermio->lmode;
393 termios->c_oflag = stermio->omode;
394 termios->c_iflag = stermio->imode;
456 stermio->imode = termios->c_iflag;
457 stermio->omode = termios->c_oflag;
458 stermio->lmode = termios->c_lflag;
459 stermio->tab = termios->c_cc[7];
[all …]
H A Dtmterm.c64 struct stio stermio; in set_termio() local
79 if ((term = get_ttymode(fd, &termio, &termios, &stermio, in set_termio()
115 if (set_ttymode(fd, term, &termio, &termios, &stermio, in set_termio()
/illumos-gate/usr/src/uts/common/sys/
H A DMakefile556 stermio.h \
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-header.p5m1361 file path=usr/include/sys/stermio.h