Searched refs:ptyip (Results 1 – 2 of 2) sorted by relevance
93 char *ptyip = ((char *)&ptyibufbuf[1])-1; variable106 char ptyibuf[BUFSIZ], *ptyip = ptyibuf; variable984 strncat(ptyibuf2, ptyip, pcc+1); in my_telnet()985 ptyip = ptyibuf2; in my_telnet()986 pcc = strlen(ptyip); in my_telnet()1187 ptyip = ptyibuf+1; in my_telnet()1194 c = *ptyip++ & 0377, pcc--; in my_telnet()1199 if (pcc > 0 && ((*ptyip & 0377) == '\n')) { in my_telnet()1200 *nfrontp++ = *ptyip++ & 0377; in my_telnet()
66 char ptyibuf[BUFSIZ], *ptyip = ptyibuf; variable936 (void) strncat(ptyibuf2, ptyip, pcc+1); in telnet()937 ptyip = ptyibuf2; in telnet()938 pcc = strlen(ptyip); in telnet()1139 ptyip = ptyibuf+1; in telnet()1146 c = *ptyip++ & 0377, pcc--; in telnet()1151 if (pcc > 0 && ((*ptyip & 0377) == '\n')) { in telnet()1152 output_data("%c", *ptyip++ & 0377); in telnet()