Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dterminal.h65 #undef TIOCSETN
66 #define TIOCSETN TCSETA macro
Dser-unix.c153 if (ioctl (scb->fd, TIOCSETN, &state->sgttyb) < 0) in set_tty_state()
/mirbsd/src/sys/sys/
Dioctl_compat.h90 #define TIOCSETN _IOW('t',10,struct sgttyb)/* as above, but no flushtty*/ macro
/mirbsd/src/usr.bin/window/
Dwwtty.c89 if (ioctl(d, TIOCSETN, (char *)&t->ww_sgttyb) < 0)
/mirbsd/src/gnu/usr.bin/perl/h2pl/eg/sys/
Dioctl.pl27 $TIOCSETN = 0x8006740A;
/mirbsd/src/gnu/usr.bin/texinfo/info/
Dterminal.c826 ioctl (tty, TIOCSETN, &ttybuff); in terminal_prep_terminal()
853 ioctl (tty, TIOCSETN, &ttybuff); in terminal_unprep_terminal()
/mirbsd/src/sys/kern/
Dtty_pty.c869 case TIOCSETN:
913 case TIOCSETN:
Dtty.c759 case TIOCSETN:
/mirbsd/src/sys/compat/common/
Dtty_43.c119 case TIOCSETN: {
/mirbsd/src/usr.bin/telnet/
Dsys_bsd.c664 ioctl(tin, TIOCSETN, (char *)&sb);
DREADME360 is now changed to TIOCSETN.
/mirbsd/src/usr.bin/less/
Dscreen.c536 ioctl(tty, TIOCSETN, &s);