Searched refs:ShellHasFlag (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/public-domain/sqlite/dist/ |
H A D | shell.c | 18270 #define ShellHasFlag(P,X) (((P)->shellFlgs & (X))!=0) macro 19480 if( ShellHasFlag(p, SHFLG_Newlines) ){ in shell_callback() 19511 }else if( ShellHasFlag(p, SHFLG_Newlines) ){ in shell_callback() 21219 int preserveRowid = ShellHasFlag(p, SHFLG_PreserveRowid); in tableColumnList() 22200 int testmode_on = ShellHasFlag(p,SHFLG_TestingMode); in open_db() 25861 if( !ShellHasFlag(p,SHFLG_TestingMode) ){ in do_meta_command() 27434 azBool[ShellHasFlag(p, SHFLG_Echo)]); in do_meta_command() 27670 if( aCtrl[i].unSafe && !ShellHasFlag(p,SHFLG_TestingMode) ) continue; in do_meta_command() 27682 if( aCtrl[i].unSafe && !ShellHasFlag(p,SHFLG_TestingMode) ) continue; in do_meta_command() 28359 if( ShellHasFlag(p,SHFLG_Backslash) ) resolve_backslashes(zSql); in runOneSqlLine() [all …]
|