Searched refs:optionMatch (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/sqlite3/ |
| H A D | shell.c | 27249 static int optionMatch(const char *zStr, const char *zOpt){ in optionMatch() function 29548 if( nArg==2 && optionMatch(azArg[1], "indent") ){ in do_meta_command() 30197 if( optionMatch(z,"wrap") && i+1<nArg ){ in do_meta_command() 30200 }else if( optionMatch(z,"ww") ){ in do_meta_command() 30203 }else if( optionMatch(z,"wordwrap") && i+1<nArg ){ in do_meta_command() 30206 }else if( optionMatch(z,"quote") ){ in do_meta_command() 30209 }else if( optionMatch(z,"noquote") ){ in do_meta_command() 30212 }else if( optionMatch(z,"escape") && i+1<nArg ){ in do_meta_command() 30393 if( optionMatch(z,"new") ){ in do_meta_command() 30396 }else if( optionMatch(z, "zip") ){ in do_meta_command() [all …]
|