Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
H A Dterminal.h63 #undef TIOCSETN
64 #define TIOCSETN TCSETA macro
H A Dser-unix.c164 if (ioctl (scb->fd, TIOCSETN, &state->sgttyb) < 0) in set_tty_state()
/dragonfly/contrib/tcsh-6/
H A Dsh.file.c198 (void) ioctl(SHIN, TIOCSETN, (ioctl_t) & tty); in back_to_col_1()
200 (void) ioctl(SHIN, TIOCSETN, (ioctl_t) & tty_normal); in back_to_col_1()
261 (void) ioctl(SHOUT, TIOCSETN, (ioctl_t) & tty); in pushback()
265 (void) ioctl(SHOUT, TIOCSETN, (ioctl_t) & tty_normal); in pushback()
H A Ded.term.c735 # ifdef TIOCSETN in tty_setty()
736 RETRY(ioctl(fd, TIOCSETN, (ioctl_t) &td->d_t)); in tty_setty()
/dragonfly/usr.bin/window/
H A Dwwtty.c81 if (ioctl(d, TIOCSETN, (char *)&t->ww_sgttyb) < 0) in wwsettty()
/dragonfly/contrib/gdb-7/readline/
H A Drltty.c203 ioctl (tty, TIOCSETN, &(tiop->sgttyb));
/dragonfly/usr.bin/telnet/
H A Dsys_bsd.c667 ioctl(tin, TIOCSETN, (char *)&sb); in TerminalNewMode()
H A DREADME340 is now changed to TIOCSETN.
/dragonfly/libexec/telnetd/
H A Dsys_term.c170 (void) ioctl(pty, TIOCSETN, (char *)&termbuf.sg); in set_termbuf()
/dragonfly/contrib/less/
H A Dscreen.c645 ioctl(tty, TIOCSETN, &s); in raw_mode()