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

/freebsd-10-stable/contrib/tcsh/
H A Dsh.lex.c1615 int numleft = 0, roomleft; local
1663 c = numleft = tenex(InputBuf, BUFSIZE);
1666 c = numleft = Inputl(); /* PWP: get a line */
1667 while (numleft > 0) {
1672 if (roomleft > numleft)
1673 roomleft = numleft;
1674 (void) memcpy(fbuf[buf] + off, InputBuf + c - numleft,
1676 numleft -= roomleft;

Completed in 103 milliseconds