Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/telnet/
H A Dterminal.c99 n = TerminalWrite(ttyoring.consume, n); in ttyflush()
114 n1 = TerminalWrite(ttyoring.bottom, n1); in ttyflush()
H A Dexterns.h241 int TerminalWrite(char *, int);
H A Dsys_bsd.c90 TerminalWrite(char *buf, int n) in TerminalWrite() function