Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c21812 #define ShellHasFlag(P,X) (((P)->shellFlgs & (X))!=0) macro
23162 if( ShellHasFlag(p, SHFLG_Newlines) ){ in shell_callback()
23193 }else if( ShellHasFlag(p, SHFLG_Newlines) ){ in shell_callback()
25011 int preserveRowid = ShellHasFlag(p, SHFLG_PreserveRowid); in tableColumnList()
26038 int testmode_on = ShellHasFlag(p,SHFLG_TestingMode); in open_db()
29946 if( !ShellHasFlag(p,SHFLG_TestingMode) ){ in do_meta_command()
31629 azBool[ShellHasFlag(p, SHFLG_Echo)]); in do_meta_command()
31867 if( aCtrl[i].unSafe && !ShellHasFlag(p,SHFLG_TestingMode) ) continue; in do_meta_command()
31879 if( aCtrl[i].unSafe && !ShellHasFlag(p,SHFLG_TestingMode) ) continue; in do_meta_command()
32677 if( ShellHasFlag(p,SHFLG_Backslash) ) resolve_backslashes(zSql); in runOneSqlLine()
[all …]