Home
last modified time | relevance | path

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

/third_party/sqlite/src/
H A Dshell.c15658 #define ShellHasFlag(P,X) (((P)->shellFlgs & (X))!=0) macro
16794 if( ShellHasFlag(p, SHFLG_Newlines) ){ in shell_callback()
16825 }else if( ShellHasFlag(p, SHFLG_Newlines) ){ in shell_callback()
18459 int preserveRowid = ShellHasFlag(p, SHFLG_PreserveRowid); in tableColumnList()
24589 azBool[ShellHasFlag(p, SHFLG_Echo)]); in do_meta_command()
25397 if( ShellHasFlag(p,SHFLG_Backslash) ) resolve_backslashes(zSql); in runOneSqlLine()
25429 }else if( ShellHasFlag(p, SHFLG_CountChanges) ){ in runOneSqlLine()
25440 if( ShellHasFlag(p, SHFLG_Echo) ) utf8_printf(p->out, "%s\n", zDo); in echo_group_input()

Completed in 33 milliseconds