Home
last modified time | relevance | path

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

/original-bsd/local/ditroff/ditroff.old.okeeffe/gremlin.aed/gremlin/
H A Dtextio.c199 (void) ioctl(fileno(stdin), TIOCSETN, (char *) &sttybuf); in TxRedisplay()
235 (void) ioctl(fileno(stdin), TIOCSETN, (char *) &sttybuf); in TxRedisplay()
258 (void) ioctl(fileno(stdin), TIOCSETN, (char *) &sttybuf); in TxClose()
360 (void) ioctl(fileno(stdin), TIOCSETN, (char *) &sttybuf);
380 (void) ioctl(fileno(stdin), TIOCSETN, (char *) &sttybuf);
/original-bsd/old/lib2648/
H A Dttyinit.c38 ioctl(fileno(stdin), TIOCSETN, &_ttyb); in ttyinit()
64 ioctl(fileno(stdin), TIOCSETN, &_ttyb); in done()
/original-bsd/usr.bin/tset/
H A Dreset.c49 ioctl(2, TIOCSETN, &buf); in main()
/original-bsd/sys/sys/
H A Dioctl_compat.h65 #define TIOCSETN _IOW('t',10,struct sgttyb)/* as above, but no flushtty*/ macro
/original-bsd/sys/vax/vax/
H A Dsys_machdep.c108 TIOCGETP, TIOCSETP, TIOCSETN, TIOCEXCL, TIOCNXCL,
/original-bsd/games/tetris/
H A Dscreen.c260 if (ioctl(0, TIOCSETN, &newtt)) in scr_set()
297 (void) ioctl(0, TIOCSETN, &oldtt); in scr_end()
/original-bsd/usr.bin/window/
H A Dwwtty.c62 if (ioctl(d, TIOCSETN, (char *)&t->ww_sgttyb) < 0)
/original-bsd/local/toolchest/ksh/sh/
H A Djobs.c185 ioctl(2,TIOCSETN,&my_stty); in init_jobs()
254 ioctl(2,TIOCSETN,&my_stty); in close_jobs()
380 ioctl(2,TIOCSETN,&pw->p_stty);
439 ioctl(2,TIOCSETN,&my_stty);
H A Dedit.c177 if(editb.e_raw==RAWMODE && ioctl(fd, TIOCSETN, &ttyparm) == SYSERR )
247 if( ioctl(fd, TIOCSETN, &nttyparm) == SYSERR )
/original-bsd/local/toolchest/ksh.2/sh/
H A Djobs.c202 ioctl(2,TIOCSETN,&my_stty);
283 ioctl(2,TIOCSETN,&my_stty);
409 ioctl(2,TIOCSETN,&pw->p_stty);
468 ioctl(2,TIOCSETN,&my_stty);
/original-bsd/usr.bin/ex/
H A Dex_put.c1146 # ifdef TIOCSETN
1148 ioctl(i, TIOCSETN, (char *) &tty);
H A DREAD_ME997 Ex now decides for itself whether to use CBREAK or TIOCSETN
1002 has CBREAK and TIOCSETN defined. Take these out of sgtty.h to fix this.
/original-bsd/sys/kern/
H A Dtty_pty.c588 case TIOCSETN:
632 case TIOCSETN:
H A Dtty_compat.c81 case TIOCSETN: {
H A Dtty.c622 case TIOCSETN:
/original-bsd/usr.bin/more/
H A Dscreen.c199 (void)ioctl(2, TIOCSETN, &s);
/original-bsd/contrib/emacs-18.57/src/
H A Dsysdep.c131 #undef TIOCSETN
132 #define TIOCSETN TCSETSW macro
141 #undef TIOCSETN
142 #define TIOCSETN TCSETAW macro
174 #define TCSETAW TIOCSETN
542 ioctl (out, TIOCSETN, &s);
939 ioctl (0, TIOCSETN, &tty); in init_sys_modes()
/original-bsd/old/dbx/
H A Dmain.c460 ioctl(fileno(f), TIOCSETN, &(t->sg));
/original-bsd/old/games.vax/compat/
H A Dunixtraps.c698 TIOCGETP, TIOCSETP, TIOCSETN, TIOCEXCL, TIOCNXCL,
/original-bsd/usr.bin/telnet/
H A Dsys_bsd.c665 ioctl(tin, TIOCSETN, (char *)&sb);
H A DREADME339 is now changed to TIOCSETN.
/original-bsd/old/more/
H A Dmore.c48 #define stty(fd,argp) ioctl(fd,TIOCSETN,argp)
/original-bsd/libexec/telnetd/
H A Dsys_term.c201 (void) ioctl(pty, TIOCSETN, (char *)&termbuf.sg); in set_termbuf()
/original-bsd/sys/vax/if/ACC/driver/
H A Dif_x29.c568 if (cmd == TIOCSETP || cmd == TIOCSETN)