/titanic_50/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_tty.h | 53 # undef TIOCGETC 69 # undef TIOCGETC
|
/titanic_50/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_tty.h | 74 # undef TIOCGETC 90 # undef TIOCGETC
|
/titanic_50/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_tty.h | 53 # undef TIOCGETC 69 # undef TIOCGETC
|
/titanic_50/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_tty.h | 74 # undef TIOCGETC 90 # undef TIOCGETC
|
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_tty.h | 53 # undef TIOCGETC 69 # undef TIOCGETC
|
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast_tty.h | 74 # undef TIOCGETC 90 # undef TIOCGETC
|
/titanic_50/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_tty.h | 53 # undef TIOCGETC 69 # undef TIOCGETC
|
/titanic_50/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_tty.h | 74 # undef TIOCGETC 90 # undef TIOCGETC
|
/titanic_50/usr/src/lib/libshell/common/include/ |
H A D | terminal.h | 79 # undef TIOCGETC 105 # undef TIOCGETC
|
/titanic_50/usr/src/lib/libast/common/features/ |
H A D | tty | 47 # undef TIOCGETC 63 # undef TIOCGETC
|
/titanic_50/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/ |
H A D | tty | 53 # undef TIOCGETC 69 # undef TIOCGETC
|
/titanic_50/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/ |
H A D | tty | 53 # undef TIOCGETC 69 # undef TIOCGETC
|
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/ |
H A D | tty | 53 # undef TIOCGETC 69 # undef TIOCGETC
|
/titanic_50/usr/src/lib/libast/i386/src/lib/libast/FEATURE/ |
H A D | tty | 53 # undef TIOCGETC 69 # undef TIOCGETC
|
/titanic_50/usr/src/lib/libbc/inc/include/sys/ |
H A D | ttold.h | 88 #define TIOCGETC _IOR('t',18,struct tchars)/* get special characters */ macro
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | ttold.h | 126 #define TIOCGETC (tIOC|18) macro
|
H A D | termios.h | 420 #define TIOCGETC (tIOC|18) macro
|
/titanic_50/usr/src/uts/common/io/ |
H A D | ttcompat.c | 451 case TIOCGETC: in ttcompatwput() 513 case TIOCGETC: in ttcompat_do_ioctl() 856 case TIOCGETC: in ttcompat_ioctl_ack() 1091 case TIOCGETC: in ttcopyout()
|
H A D | tty_pty.c | 945 case TIOCGETC: in ptcioctl()
|
/titanic_50/usr/src/cmd/rexd/ |
H A D | on.c | 497 err = (ioctl(0, TIOCGETC, &mode.more) < 0 || in main()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | sys_bsd.c | 191 (void) ioctl(0, TIOCGETC, &otc); in TerminalSaveState()
|
/titanic_50/usr/src/lib/libshell/common/edit/ |
H A D | edit.c | 389 # ifdef TIOCGETC 411 if(ioctl(fd,TIOCGETC,&l_ttychars) == SYSERR) in tty_alt()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | rlogin.c | 777 if (ioctl(STDIN_FILENO, TIOCGETC, (char *)&deftc) == -1) in doit()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.telnetd.c | 4251 *pfrontp++ = ioctl(pty, TIOCGETC, &tchars) < 0 ? in interrupt() 4272 *pfrontp++ = ioctl(pty, TIOCGETC, &tchars) < 0 ? in sendbrk()
|
/titanic_50/usr/src/cmd/truss/ |
H A D | codes.c | 368 { (uint_t)TIOCGETC, "TIOCGETC", NULL },
|