Home
last modified time | relevance | path

Searched refs:TIOCGETC (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dterminal.h79 # undef TIOCGETC
105 # undef TIOCGETC
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dtty47 # undef TIOCGETC
63 # undef TIOCGETC
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dtty53 # undef TIOCGETC
69 # undef TIOCGETC
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dtty53 # undef TIOCGETC
69 # undef TIOCGETC
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dtty53 # undef TIOCGETC
69 # undef TIOCGETC
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dtty53 # undef TIOCGETC
69 # undef TIOCGETC
/illumos-gate/usr/src/uts/common/sys/
H A Dttold.h124 #define TIOCGETC (tIOC|18) macro
H A Dtermios.h422 #define TIOCGETC (tIOC|18) macro
/illumos-gate/usr/src/uts/common/io/
H A Dttcompat.c352 case TIOCGETC: in ttcompatwput()
415 case TIOCGETC: in ttcompat_do_ioctl()
758 case TIOCGETC: in ttcompat_ioctl_ack()
993 case TIOCGETC: in ttcopyout()
H A Dtty_pty.c934 case TIOCGETC: in ptcioctl()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dsys_bsd.c187 (void) ioctl(0, TIOCGETC, &otc); in TerminalSaveState()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dedit.c392 # ifdef TIOCGETC
414 if(ioctl(fd,TIOCGETC,&l_ttychars) == SYSERR) in tty_alt()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drlogin.c777 if (ioctl(STDIN_FILENO, TIOCGETC, (char *)&deftc) == -1) in doit()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c4251 *pfrontp++ = ioctl(pty, TIOCGETC, &tchars) < 0 ? in interrupt()
4272 *pfrontp++ = ioctl(pty, TIOCGETC, &tchars) < 0 ? in sendbrk()
/illumos-gate/usr/src/cmd/truss/
H A Dcodes.c369 { (uint_t)TIOCGETC, "TIOCGETC", NULL },
H A Dexpound.c1350 case TIOCGETC: in show_ioctl()