Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c35909 int errCnt = 0; /* Number of errors seen */ in process_input() local
35927 while( errCnt==0 || !bail_on_error || (p->in==0 && stdin_is_interactive) ){ in process_input()
35960 errCnt++; in process_input()
35992 errCnt++; in process_input()
35996 errCnt += runOneSqlLine(p, zSql, p->zInFile, startline); in process_input()
36020 errCnt += runOneSqlLine(p, zSql, p->zInFile, startline); in process_input()
36028 return errCnt>0; in process_input()