Searched refs:line_is_command_terminator (Results 1 – 2 of 2) sorted by relevance
14579 static int line_is_command_terminator(const char *zLine){ in line_is_command_terminator() function14689 if( line_is_command_terminator(zLine) && line_is_complete(zSql, nSql) ){ in process_input()
14602 static int line_is_command_terminator(const char *zLine){ in line_is_command_terminator() function14712 if( line_is_command_terminator(zLine) && line_is_complete(zSql, nSql) ){ in process_input()