Lines Matching refs:EOF
5518 ** EOF on end-of-file.
5527 if( c==EOF || seenInterrupt ){
5528 p->cTerm = EOF;
5548 || (c==EOF && pc==cQuote)
5558 if( c==EOF ){
5584 while( c!=EOF && c!=cSep && c!=rSep ){
5608 ** EOF on end-of-file.
5617 if( c==EOF || seenInterrupt ){
5618 p->cTerm = EOF;
5621 while( c!=EOF && c!=cSep && c!=rSep ){
8661 }while( sCtx.cTerm!=EOF );
12158 rc = (nPos + nBuf) < nSize ? rc : 0/*assume EOF*/;