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

  /src/usr.bin/mail/
lex.c 886 int eofloop; local in function:commands
906 eofloop = 0; /* initialize this after a possible longjmp */
994 ++eofloop < (*p == '\0' ? 25 : atoi(p))) {
1000 eofloop = 0;
lex.c 886 int eofloop; local in function:commands
906 eofloop = 0; /* initialize this after a possible longjmp */
994 ++eofloop < (*p == '\0' ? 25 : atoi(p))) {
1000 eofloop = 0;

Completed in 27 milliseconds