Searched refs:sgtty (Results 1 – 17 of 17) sorted by relevance
/titanic_41/usr/src/cmd/lp/filter/postscript/postio/ |
H A D | ifdef.c | 346 struct sgttyb sgtty; in setupline() local 386 if ( ioctl(ttyi, TIOCGETP, &sgtty) == -1 ) in setupline() 389 sgtty.sg_flags &= ~ECHO; in setupline() 390 sgtty.sg_flags &= ~CRMOD; in setupline() 391 sgtty.sg_flags |= CBREAK; in setupline() 398 if ( ioctl(ttyi, TIOCSETP, &sgtty) == -1 ) in setupline() 418 struct sgttyb sgtty; in resetline() local 432 if ( ioctl(ttyi, TIOCGETP, &sgtty) == -1 ) in resetline() 435 sgtty.sg_flags |= TANDEM; in resetline() 437 if ( ioctl(ttyi, TIOCSETP, &sgtty) == -1 ) in resetline() [all …]
|
/titanic_41/usr/src/lib/libshell/common/features/ |
H A D | ttys | 1 hdr termios,termio,sgtty
|
/titanic_41/usr/src/lib/libast/common/features/ |
H A D | tty | 1 hdr termios,termio,sgtty 72 # include <sgtty.h>
|
/titanic_41/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/ |
H A D | tty | 7 #define _hdr_sgtty 1 /* #include <sgtty.h> ok */ 78 # include <sgtty.h>
|
/titanic_41/usr/src/lib/libast/i386/src/lib/libast/FEATURE/ |
H A D | tty | 7 #define _hdr_sgtty 1 /* #include <sgtty.h> ok */ 78 # include <sgtty.h>
|
/titanic_41/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/ |
H A D | tty | 7 #define _hdr_sgtty 1 /* #include <sgtty.h> ok */ 78 # include <sgtty.h>
|
/titanic_41/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/ |
H A D | tty | 7 #define _hdr_sgtty 1 /* #include <sgtty.h> ok */ 78 # include <sgtty.h>
|
/titanic_41/usr/src/lib/libshell/amd64/src/cmd/ksh93/FEATURE/ |
H A D | ttys | 13 #define _hdr_sgtty 1 /* #include <sgtty.h> ok */
|
/titanic_41/usr/src/lib/libshell/i386/src/cmd/ksh93/FEATURE/ |
H A D | ttys | 13 #define _hdr_sgtty 1 /* #include <sgtty.h> ok */
|
/titanic_41/usr/src/lib/libshell/sparc/src/cmd/ksh93/FEATURE/ |
H A D | ttys | 13 #define _hdr_sgtty 1 /* #include <sgtty.h> ok */
|
/titanic_41/usr/src/lib/libshell/sparcv9/src/cmd/ksh93/FEATURE/ |
H A D | ttys | 13 #define _hdr_sgtty 1 /* #include <sgtty.h> ok */
|
/titanic_41/usr/src/cmd/vi/port/ |
H A D | port.mk.370 | 196 @${PR} -h sgtty.h ${INCLUDE}/sgtty.h
|
H A D | port.mk.70 | 204 @${PR} -h sgtty.h ${INCLUDE}/sgtty.h
|
H A D | port.mk.c70 | 207 @${PR} -h sgtty.h ${INCLUDE}/sgtty.h
|
/titanic_41/usr/src/head/ |
H A D | Makefile | 166 sgtty.h \
|
/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | curses.ed | 79 #include <sgtty.h>
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-header.mf | 759 file path=usr/include/sgtty.h
|