Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dterminal.c60 static unsigned char ttyobuf[2*BUFSIZ]; variable
79 if (ring_init(&ttyoring, ttyobuf, sizeof (ttyobuf)) != 1) { in init_terminal()