Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sqlite/
H A Dshell.c973 static int _ends_with_semicolon(const char *z, int N){ in _ends_with_semicolon() function
1066 if( zSql && _ends_with_semicolon(zSql, nSql) && sqlite_complete(zSql) ){ in process_input()