Home
last modified time | relevance | path

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

/sqlite-3.40.0/tool/
H A Dstripccomments.c79 int ch2, escaped = 0, endOfString = 0; in do_it_all() local
81 for( ++col; !endOfString && EOF != (ch2 = fgetc(App.input)); in do_it_all()
89 if(!escaped && quote == ch2) endOfString = 1; in do_it_all()