Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/lp/filter/postscript/postio/
H A Difdef.c460 static struct sgttyb oldsgtty; local
477 if ( ioctl(0, TIOCGETP, &oldsgtty) == -1 )
483 sgtty = oldsgtty;
491 ioctl(0, TIOCSETP, &oldsgtty);
701 static struct sgttyb oldsgtty; local
720 if ( ioctl(0, TIOCGETP, &oldsgtty) == -1 )
726 sgtty = oldsgtty;
734 ioctl(0, TIOCSETP, &oldsgtty);