Home | History | Annotate | Download | only in dist

Lines Matching refs:line_is_command_terminator

3528 static int line_is_command_terminator(const char *zLine){
3603 if( line_is_command_terminator(zLine) && line_is_complete(zSql, nSql) ){