Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/tcsh/
HDsh.lex.c1623 int numleft = 0, roomleft; in bgetc() local
1679 roomleft = BUFSIZE - off; in bgetc()
1680 if (roomleft > numleft) in bgetc()
1681 roomleft = numleft; in bgetc()
1683 roomleft * sizeof(Char)); in bgetc()
1684 numleft -= roomleft; in bgetc()
1685 feobp += roomleft; in bgetc()
1691 roomleft = BUFSIZE - off; in bgetc()
1692 c = wide_read(SHIN, fbuf[buf] + off, roomleft, 0); in bgetc()