Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c28895 int nOptsEnd = argc; local
29007 if( z[0]!='-' || i>nOptsEnd ){
29023 nOptsEnd = i;
29217 if( z[0]!='-' || i>=nOptsEnd ) continue;