Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dterminal.c115 n = TerminalWrite((char *)ttyoring.consume, n);
132 n1 = TerminalWrite((char *)ttyoring.bottom, n1);
H A Dexterns.h293 extern int TerminalWrite(char *, int);
H A Dsys_bsd.c106 TerminalWrite(buf, n) in TerminalWrite() function