Searched defs:sgtty (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Difdef.c346 struct sgttyb sgtty; local
386 if ( ioctl(ttyi, TIOCGETP, &sgtty) == -1 )
389 sgtty.sg_flags &= ~ECHO;
390 sgtty.sg_flags &= ~CRMOD;
391 sgtty.sg_flags |= CBREAK;
398 if ( ioctl(ttyi, TIOCSETP, &sgtty) == -1 )
418 struct sgttyb sgtty; local
432 if ( ioctl(ttyi, TIOCGETP, &sgtty) == -1 )
435 sgtty.sg_flags |= TANDEM;
437 if ( ioctl(ttyi, TIOCSETP, &sgtty)
457 struct sgttyb sgtty; local
592 struct sgttyb sgtty; local
659 struct sgttyb sgtty; local
698 struct sgttyb sgtty; local
[all...]

Completed in 45 milliseconds