Home
last modified time | relevance | path

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

/sqlite-3.40.0/tool/
H A DGetTclKit.bat231 GOTO :EOF
248 GOTO :EOF
260 GOTO :EOF
277 GOTO :EOF
280 IF NOT DEFINED %1 GOTO :EOF
289 GOTO :EOF
292 IF NOT DEFINED %1 GOTO :EOF
301 GOTO :EOF
305 GOTO :EOF
309 GOTO :EOF
H A Dstripccomments.c56 int ch, prev = EOF; in do_it_all()
70 for( ; EOF != (ch = fgetc(App.input)); prev = ch, in do_it_all()
81 for( ++col; !endOfString && EOF != (ch2 = fgetc(App.input)); in do_it_all()
102 if(EOF == ch2){ in do_it_all()
H A Dbuild-all-msvc.bat771 GOTO :EOF
775 GOTO :EOF
779 GOTO :EOF
792 GOTO :EOF
796 GOTO :EOF
800 GOTO :EOF
804 IF "%2" == "" GOTO :EOF
811 GOTO :EOF
824 GOTO :EOF
828 GOTO :EOF
[all …]
H A Dlemon.c4966 if( i==lemp->nterminal && nextChar==EOF ){ in ReportHeader()
/sqlite-3.40.0/
H A Dconfig.guess144 cat <<-EOF > "$dummy.c"
153 EOF
488 sed 's/^ //' << EOF > "$dummy.c"
508 EOF
595 EOF
698 EOF
732 sed 's/^ //' << EOF > "$dummy.c"
756 EOF
990 sed 's/^ //' << EOF > "$dummy.c"
1029 EOF
[all …]
H A Dltmain.sh586 EOF
3156 EOF
3292 EOF
3301 EOF
3310 EOF
3316 EOF
3320 EOF
3328 EOF
3333 EOF
3339 EOF
[all …]
H A Dconfig.sub115 IFS="-" read field1 field2 field3 field4 <<EOF
117 EOF
/sqlite-3.40.0/ext/misc/
H A Dcsv.c158 if( got==0 ) return EOF; in csv_getc_refill()
168 return EOF; in csv_getc()
215 if( c==EOF ){ in csv_read_one_field()
216 p->cTerm = EOF; in csv_read_one_field()
236 || (c==EOF && pc=='"') in csv_read_one_field()
246 if( c==EOF ){ in csv_read_one_field()
273 while( c>',' || (c!=EOF && c!=',' && c!='\n') ){ in csv_read_one_field()
/sqlite-3.40.0/test/
H A Dshell2.test185 # Test for rejection of incomplete input at EOF.
/sqlite-3.40.0/src/
H A Dshell.c.in5518 ** 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 ){
[all …]
/sqlite-3.40.0/ext/wasm/jaccwabyt/
H A Djaccwabyt.md947 /* one-past-the-end cursor (virtual EOF) */;