Lines Matching full:pcc
983 if (pcc) in my_telnet()
984 strncat(ptyibuf2, ptyip, pcc+1); in my_telnet()
986 pcc = strlen(ptyip); in my_telnet()
1006 if (ncc < 0 && pcc < 0) in my_telnet()
1021 if (nfrontp - nbackp || pcc > 0) { in my_telnet()
1133 pcc = readstream(p, ptyibuf, BUFSIZ); in my_telnet()
1136 pcc = read(p, ptyibuf, BUFSIZ); in my_telnet()
1143 if (pcc < 0 && (errno == EWOULDBLOCK || in my_telnet()
1148 pcc = 0; in my_telnet()
1150 if (pcc <= 0) in my_telnet()
1186 pcc--; in my_telnet()
1191 while (pcc > 0) { in my_telnet()
1194 c = *ptyip++ & 0377, pcc--; in my_telnet()
1199 if (pcc > 0 && ((*ptyip & 0377) == '\n')) { in my_telnet()
1201 pcc--; in my_telnet()