Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/appl/telnet/telnet/
H A Dterminal.c113 n = TerminalWrite((char *)ttyoring.consume, n); in ttyflush()
128 n1 = TerminalWrite((char *)ttyoring.bottom, n1); in ttyflush()
H A Dexterns.h255 int TerminalWrite(char *buf, int n);
H A Dsys_bsd.c93 TerminalWrite(char *buf, int n) in TerminalWrite() function
/freebsd/contrib/telnet/telnet/
H A Dterminal.c129 n = TerminalWrite(ttyoring.consume, n); in ttyflush()
144 n1 = TerminalWrite(ttyoring.bottom, n1); in ttyflush()
H A Dexterns.h315 TerminalWrite(char *, int),
H A Dsys_bsd.c130 TerminalWrite(char *buf, int n) in TerminalWrite() function