Searched refs:numleft (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/tcsh/
H A Dsh.lex.c1608 int numleft = 0, roomleft; local
1656 c = numleft = tenex(InputBuf, BUFSIZE);
1659 c = numleft = Inputl(); /* PWP: get a line */
1660 while (numleft > 0) {
1665 if (roomleft > numleft)
1666 roomleft = numleft;
1667 (void) memcpy(fbuf[buf] + off, InputBuf + c - numleft,
1669 numleft -= roomleft;

Completed in 46 milliseconds