UNICOS5: removed
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@723 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -48,10 +48,6 @@ int def_row = 0, def_col = 0;
|
|||||||
static int _terminit = 0;
|
static int _terminit = 0;
|
||||||
#endif /* LINEMODE */
|
#endif /* LINEMODE */
|
||||||
|
|
||||||
#if defined(CRAY2) && defined(UNICOS5)
|
|
||||||
int newmap = 1; /* nonzero if \n maps to ^M^J */
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef LINEMODE
|
#ifdef LINEMODE
|
||||||
/*
|
/*
|
||||||
* localstat
|
* localstat
|
||||||
@@ -135,14 +131,6 @@ localstat()
|
|||||||
void netflush();
|
void netflush();
|
||||||
int need_will_echo = 0;
|
int need_will_echo = 0;
|
||||||
|
|
||||||
#if defined(CRAY2) && defined(UNICOS5)
|
|
||||||
/*
|
|
||||||
* Keep track of that ol' CR/NL mapping while we're in the
|
|
||||||
* neighborhood.
|
|
||||||
*/
|
|
||||||
newmap = tty_isnewmap();
|
|
||||||
#endif /* defined(CRAY2) && defined(UNICOS5) */
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Check for state of BINARY options.
|
* Check for state of BINARY options.
|
||||||
*/
|
*/
|
||||||
@@ -579,34 +567,10 @@ clientstat(code, parm1, parm2)
|
|||||||
break;
|
break;
|
||||||
} /* end of switch */
|
} /* end of switch */
|
||||||
|
|
||||||
#if defined(CRAY2) && defined(UNICOS5)
|
|
||||||
/*
|
|
||||||
* Just in case of the likely event that we changed the pty state.
|
|
||||||
*/
|
|
||||||
rcv_ioctl();
|
|
||||||
#endif /* defined(CRAY2) && defined(UNICOS5) */
|
|
||||||
|
|
||||||
netflush();
|
netflush();
|
||||||
|
|
||||||
} /* end of clientstat */
|
} /* end of clientstat */
|
||||||
|
|
||||||
#if defined(CRAY2) && defined(UNICOS5)
|
|
||||||
void
|
|
||||||
termstat()
|
|
||||||
{
|
|
||||||
needtermstat = 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
void
|
|
||||||
_termstat()
|
|
||||||
{
|
|
||||||
needtermstat = 0;
|
|
||||||
init_termbuf();
|
|
||||||
localstat();
|
|
||||||
rcv_ioctl();
|
|
||||||
}
|
|
||||||
#endif /* defined(CRAY2) && defined(UNICOS5) */
|
|
||||||
|
|
||||||
#ifdef LINEMODE
|
#ifdef LINEMODE
|
||||||
/*
|
/*
|
||||||
* defer_terminit
|
* defer_terminit
|
||||||
|
Reference in New Issue
Block a user