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

/macosx-10.10.1/tcsh-65/tcsh/
H A Dsh.lex.c1602 int numleft = 0, roomleft; local
1658 roomleft = BUFSIZE - off;
1659 if (roomleft > numleft)
1660 roomleft = numleft;
1662 roomleft * sizeof(Char));
1663 numleft -= roomleft;
1664 feobp += roomleft;
1670 roomleft = BUFSIZE - off;
1671 c = wide_read(SHIN, fbuf[buf] + off, roomleft, 0);

Completed in 70 milliseconds