HomeSort by: relevance | last modified time | path
    Searched defs:numleft (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/csh/
lex.c 1421 ssize_t c, numleft, roomleft; local in function:bgetc
1423 numleft = 0;
1484 numleft = d > BUFSIZE ? BUFSIZE : d;
1491 c = numleft ? numleft : tenex(ttyline, BUFSIZE);
1495 numleft = c;
1501 numleft = 0;
lex.c 1421 ssize_t c, numleft, roomleft; local in function:bgetc
1423 numleft = 0;
1484 numleft = d > BUFSIZE ? BUFSIZE : d;
1491 c = numleft ? numleft : tenex(ttyline, BUFSIZE);
1495 numleft = c;
1501 numleft = 0;
lex.c 1421 ssize_t c, numleft, roomleft; local in function:bgetc
1423 numleft = 0;
1484 numleft = d > BUFSIZE ? BUFSIZE : d;
1491 c = numleft ? numleft : tenex(ttyline, BUFSIZE);
1495 numleft = c;
1501 numleft = 0;

Completed in 129 milliseconds