Searched refs:numleft (Results 1 – 1 of 1) sorted by relevance
1608 int numleft = 0, roomleft; in bgetc() local1656 c = numleft = tenex(InputBuf, BUFSIZE); in bgetc()1659 c = numleft = Inputl(); /* PWP: get a line */ in bgetc()1660 while (numleft > 0) { in bgetc()1665 if (roomleft > numleft) in bgetc()1666 roomleft = numleft; in bgetc()1667 (void) memcpy(fbuf[buf] + off, InputBuf + c - numleft, in bgetc()1669 numleft -= roomleft; in bgetc()