Home | History | Annotate | Download | only in pending

Lines Matching full:buff

29   char buff[128];
70 // flushes all data in IAC buff to server.
79 // puts DATA in iac buff of length LEN and updates iac buff pointer.
90 // puts string STR in iac buff and updates iac buff pointer.
161 char opt = TT.buff[TT.pbuff++];
165 opt = TT.buff[TT.pbuff++];
182 char opt = TT.buff[TT.pbuff++];
237 curr = TT.buff[TT.pbuff++];
239 curr = TT.buff[TT.pbuff++];
256 if (curr == '\r') { curr = TT.buff[TT.pbuff++];
272 char *c = (char*)TT.buff;
329 len = read(STDIN_FILENO, TT.buff, DATABUFSIZE);
334 len = read(TT.sfd, TT.buff, DATABUFSIZE);