Home
last modified time | relevance | path

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

/netbsd-src/bin/csh/
H A Dlex.c1421 ssize_t c, numleft, roomleft; in bgetc() local
1423 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()