HomeSort by: relevance | last modified time | path
    Searched defs:tcc (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/telnet/
telnet.c 1849 int tcc;
1854 tcc = 0;
1860 if (tcc == 0) {
1867 tcc = ring_full_consecutive(&ttyiring);
1868 if (tcc == 0) {
1872 c = *tbp++ & 0xff, sc = strip(c), tcc--; count++;
1893 command(0, (char *)tbp, tcc);
1895 count += tcc;
1896 tcc = 0;
1901 ++tcc;
1845 int tcc; local in function:telsnd
    [all...]
telnet.c 1849 int tcc;
1854 tcc = 0;
1860 if (tcc == 0) {
1867 tcc = ring_full_consecutive(&ttyiring);
1868 if (tcc == 0) {
1872 c = *tbp++ & 0xff, sc = strip(c), tcc--; count++;
1893 command(0, (char *)tbp, tcc);
1895 count += tcc;
1896 tcc = 0;
1901 ++tcc;
1845 int tcc; local in function:telsnd
    [all...]

Completed in 22 milliseconds