Searched refs:TIOCSETC (Results 1 – 14 of 14) sorted by relevance
/titanic_50/usr/src/cmd/vi/port/ |
H A D | ex_tty.h | 106 #ifdef TIOCSETC /* V7 */
|
/titanic_50/usr/src/lib/libbc/inc/include/sys/ |
H A D | ttold.h | 87 #define TIOCSETC _IOW('t',17,struct tchars)/* set special characters */ macro
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | ttold.h | 125 #define TIOCSETC (tIOC|17) macro
|
H A D | termios.h | 419 #define TIOCSETC (tIOC|17) macro
|
/titanic_50/usr/src/uts/common/io/ |
H A D | ttcompat.c | 374 case TIOCSETC: in ttcompatwput() 394 case TIOCSETC: in ttcompatwput() 428 case TIOCSETC: in ttcompatwput() 560 case TIOCSETC: in ttcompat_do_ioctl() 928 case TIOCSETC: in ttcompat_ioctl_ack()
|
H A D | tty_pty.c | 946 case TIOCSETC: in ptcioctl()
|
/titanic_50/usr/src/cmd/lp/filter/postscript/postio/ |
H A D | ifdef.c | 401 if ( ioctl(ttyi, TIOCSETC, &tchar) == -1 ) in setupline() 639 if ( ioctl(ttyi, TIOCSETC, &tchar) == -1 ) in setupline()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | rlogin.c | 1185 if (compat_ioctl(STDIN_FILENO, TIOCSETC, ¬c) == -1) in oob() 1197 if (compat_ioctl(STDIN_FILENO, TIOCSETC, ¬c) == -1) in oob() 1340 if (compat_ioctl(STDIN_FILENO, TIOCSETC, tc) == -1) in mode()
|
/titanic_50/usr/src/cmd/rexd/ |
H A D | unix_login.c | 515 ioctl(Slave, TIOCSETC, &mode->more);
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | sys_bsd.c | 535 (void) ioctl(tin, TIOCSETC, &tc);
|
/titanic_50/usr/src/lib/libshell/common/edit/ |
H A D | edit.c | 244 ioctl(fd,TIOCSETC,&l_ttychars); in tty_cooked() 425 if(ioctl(fd,TIOCSETC,&ttychars) == SYSERR) in tty_alt()
|
/titanic_50/usr/src/cmd/truss/ |
H A D | codes.c | 367 { (uint_t)TIOCSETC, "TIOCSETC", NULL },
|
H A D | expound.c | 1372 case TIOCSETC: in show_ioctl()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | streamio.c | 3142 case TIOCSETC: in job_control_type()
|