Home
last modified time | relevance | path

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

/netbsd/external/public-domain/sqlite/dist/
H A Dshell.c9219 static int wsToEol(const char *z){ in wsToEol() function
9476 && (c=='(' || c=='\n' || (c==',' && !wsToEol(z+i+1))) in shell_callback()