Lines Matching refs:sendbuf
106 char sendbuf[BSIZE]; /* hope you can't type ahead more than BSIZE chars */ variable
107 char *sendp = sendbuf;
315 if(sendp > sendbuf) in canon()
322 sendp = sendbuf; in canon()
328 while(sendp > sendbuf && !alnum(*sendp)) { in canon()
334 while(sendp > sendbuf && alnum(*sendp)) { in canon()
342 sendp = sendbuf; in canon()
348 if(sendp < &sendbuf[512]) in canon()
350 sendnchars((int)(sendp-sendbuf), sendbuf); in canon()
351 sendp = sendbuf; in canon()
358 if(sendp == sendbuf) { in canon()
359 sendnchars(0,sendbuf); in canon()
365 if(sendp < &sendbuf[512]) in canon()