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

/freebsd-9.3-release/contrib/tcsh/
H A Dsh.lex.c1608 int numleft = 0, roomleft; local
1664 roomleft = BUFSIZE - off;
1665 if (roomleft > numleft)
1666 roomleft = numleft;
1668 roomleft * sizeof(Char));
1669 numleft -= roomleft;
1670 feobp += roomleft;
1676 roomleft = BUFSIZE - off;
1677 c = wide_read(SHIN, fbuf[buf] + off, roomleft, 0);

Completed in 50 milliseconds