Searched refs:TIOCSETC (Results 1 - 14 of 14) sorted by relevance
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex_tty.h | 86 * (2) V7 research: has CBREAK, has ioctl, and has the tchars (TIOCSETC) 106 #ifdef TIOCSETC /* V7 */
|
/illumos-gate/usr/src/lib/libbc/inc/include/sys/ |
H A D | ttold.h | 87 #define TIOCSETC _IOW('t',17,struct tchars)/* set special characters */ macro
|
/illumos-gate/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
|
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/ |
H A D | ifdef.c | 401 if ( ioctl(ttyi, TIOCSETC, &tchar) == -1 ) 402 error(FATAL, "ioctl error - TIOCSETC"); 639 if ( ioctl(ttyi, TIOCSETC, &tchar) == -1 ) 640 error(FATAL, "ioctl error - TIOCSETC");
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | ttcompat.c | 374 case TIOCSETC: 394 case TIOCSETC: 428 case TIOCSETC: 560 case TIOCSETC: 928 case TIOCSETC:
|
H A D | tty_pty.c | 946 case TIOCSETC:
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | rlogin.c | 1185 if (compat_ioctl(STDIN_FILENO, TIOCSETC, ¬c) == -1) 1186 perror("ioctl TIOCSETC"); 1197 if (compat_ioctl(STDIN_FILENO, TIOCSETC, ¬c) == -1) 1198 perror("ioctl TIOCSETC"); 1340 if (compat_ioctl(STDIN_FILENO, TIOCSETC, tc) == -1) 1341 perror("ioctl TIOCSETC");
|
/illumos-gate/usr/src/cmd/rexd/ |
H A D | unix_login.c | 515 ioctl(Slave, TIOCSETC, &mode->more); 517 printf("SetPtyMode:Slave TIOCSETC done\n");
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | sys_bsd.c | 535 (void) ioctl(tin, TIOCSETC, &tc);
|
/illumos-gate/usr/src/lib/libshell/common/edit/ |
H A D | edit.c | 244 ioctl(fd,TIOCSETC,&l_ttychars); 425 if(ioctl(fd,TIOCSETC,&ttychars) == SYSERR)
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | codes.c | 367 { (uint_t)TIOCSETC, "TIOCSETC", NULL },
|
H A D | expound.c | 1372 case TIOCSETC:
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | streamio.c | 3142 case TIOCSETC:
|
Completed in 103 milliseconds