Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c23278 static int optionMatch(const char *zStr, const char *zOpt){ in optionMatch() function
25490 if( nArg==2 && optionMatch(azArg[1], "indent") ){ in do_meta_command()
26094 if( optionMatch(z,"wrap") && i+1<nArg ){ in do_meta_command()
26096 }else if( optionMatch(z,"ww") ){ in do_meta_command()
26098 }else if( optionMatch(z,"wordwrap") && i+1<nArg ){ in do_meta_command()
26100 }else if( optionMatch(z,"quote") ){ in do_meta_command()
26102 }else if( optionMatch(z,"noquote") ){ in do_meta_command()
26246 if( optionMatch(z,"new") ){ in do_meta_command()
26249 }else if( optionMatch(z, "zip") ){ in do_meta_command()
26252 }else if( optionMatch(z, "append") ){ in do_meta_command()
[all …]