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

/macosx-10.10.1/curl-83.1.2/curl/tests/libtest/
H A Dlib504.c77 int numleft; local
78 CURLMsg *msg = curl_multi_info_read(m, &numleft);
80 if(msg && !numleft)
/macosx-10.10.1/tcsh-65/tcsh/
H A Dsh.lex.c1602 int numleft = 0, roomleft; local
1650 c = numleft = tenex(InputBuf, BUFSIZE);
1653 c = numleft = Inputl(); /* PWP: get a line */
1654 while (numleft > 0) {
1659 if (roomleft > numleft)
1660 roomleft = numleft;
1661 (void) memcpy(fbuf[buf] + off, InputBuf + c - numleft,
1663 numleft -= roomleft;

Completed in 106 milliseconds