Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dtelnet.c1992 int tcc; in telsnd() local
1997 tcc = 0; in telsnd()
2003 if (tcc == 0) { in telsnd()
2010 tcc = ring_full_consecutive(&ttyiring); in telsnd()
2011 if (tcc == 0) { in telsnd()
2015 c = *tbp++ & 0xff, sc = strip(c), tcc--; count++; in telsnd()
2036 command(0, (char *)tbp, tcc); in telsnd()
2038 count += tcc; in telsnd()
2039 tcc = 0; in telsnd()
2044 ++tcc; in telsnd()
[all …]