Home
last modified time | relevance | path

Searched refs:sgtty (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/ee/
H A Dcreate.make52 if [ -f /usr/include/sgtty.h ]
54 sgtty="TRUE"
56 sgtty=""
187 if [ -z "$termio" -a -z "$sgtty" ]
/dragonfly/contrib/tcsh-6/
H A Dsh.file.c131 struct sgttyb sgtty; in setup_tty()
142 (void) ioctl(SHIN, TIOCGETP, (ioctl_t) & sgtty); in setup_tty()
143 if (sgtty.sg_flags & (RAW | CBREAK)) { in setup_tty()
144 sgtty.sg_flags &= ~(RAW | CBREAK); in setup_tty()
145 (void) ioctl(SHIN, TIOCSETP, (ioctl_t) & sgtty); in setup_tty()
/dragonfly/contrib/gdb-7/gdb/
H A Dconfig.in372 /* Define to 1 if you have the <sgtty.h> header file. */
H A Dconfigure.ac1084 sgtty.h unistd.h elf_hp.h locale.h \
/dragonfly/
H A DMakefile_upgrade.inc3365 TO_REMOVE+=/usr/include/sgtty.h