Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c20336 static int wsToEol(const char *z){ in wsToEol() function
20636 && (c=='(' || c=='\n' || (c==',' && !wsToEol(z+i+1))) in shell_callback()