Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c32551 static int line_is_command_terminator(char *zLine){ in line_is_command_terminator() function
32804 && line_is_command_terminator(zLine) in process_input()