Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dtelnet.c1990 int tcc; in telsnd() local
1995 tcc = 0; in telsnd()
2001 if (tcc == 0) { in telsnd()
2008 tcc = ring_full_consecutive(&ttyiring); in telsnd()
2009 if (tcc == 0) { in telsnd()
2013 c = *tbp++ & 0xff, sc = strip(c), tcc--; count++; in telsnd()
2034 command(0, (char *)tbp, tcc); in telsnd()
2036 count += tcc; in telsnd()
2037 tcc = 0; in telsnd()
2042 ++tcc; in telsnd()
[all …]