Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dsys_bsd.c313 old = ttyflush(SYNCHing|flushout);
325 old = ttyflush(SYNCHing|flushout);
807 i = ttyflush(1);
876 i = ttyflush(SYNCHing|flushout);
H A Dterminal.c104 ttyflush(drop) in ttyflush() function
H A Dexterns.h297 extern int ttyflush(int);
H A Dtelnet.c1865 if (ttyflush(1) == -2) { in telrcv()
2449 if (ttyflush(1) == -2) in doflush()
H A Dutilities.c1023 if (ttyflush(0) == -2) { in EmptyTerminal()