Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.lex.c1628 int numleft = 0, roomleft; in bgetc() local
1676 c = numleft = tenex(InputBuf, BUFSIZE); in bgetc()
1679 c = numleft = Inputl(); /* PWP: get a line */ in bgetc()
1680 while (numleft > 0) { in bgetc()
1685 if (roomleft > numleft) in bgetc()
1686 roomleft = numleft; in bgetc()
1687 (void) memcpy(fbuf[buf] + off, InputBuf + c - numleft, in bgetc()
1689 numleft -= roomleft; in bgetc()