Searched refs:numleft (Results 1 – 1 of 1) sorted by relevance
1421 ssize_t c, numleft, roomleft; in bgetc() local1423 numleft = 0; in bgetc()1484 numleft = d > BUFSIZE ? BUFSIZE : d; in bgetc()1491 c = numleft ? numleft : tenex(ttyline, BUFSIZE); in bgetc()1495 numleft = c; in bgetc()1501 numleft = 0; in bgetc()