Searched refs:line_is_command_terminator (Results 1 – 2 of 2) sorted by relevance
4111 static int line_is_command_terminator(const char *zLine){ in line_is_command_terminator() function4186 if( line_is_command_terminator(zLine) && line_is_complete(zSql, nSql) ){ in process_input()
4133 static int line_is_command_terminator(const char *zLine){ in line_is_command_terminator() function4208 if( line_is_command_terminator(zLine) && line_is_complete(zSql, nSql) ){ in process_input()