Home
last modified time | relevance | path

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

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