Lines Matching refs:ShellHasFlag
12290 #define ShellHasFlag(P,X) (((P)->shellFlgs & (X))!=0) macro
13368 if( ShellHasFlag(p, SHFLG_Newlines) ){ in shell_callback()
13394 }else if( ShellHasFlag(p, SHFLG_Newlines) ){ in shell_callback()
14615 if( pArg && ShellHasFlag(pArg, SHFLG_Echo) ){ in shell_exec()
14755 int preserveRowid = ShellHasFlag(p, SHFLG_PreserveRowid); in tableColumnList()
21092 azBool[ShellHasFlag(p, SHFLG_Echo)]); in do_meta_command()
21888 if( ShellHasFlag(p,SHFLG_Backslash) ) resolve_backslashes(zSql); in runOneSqlLine()
21909 }else if( ShellHasFlag(p, SHFLG_CountChanges) ){ in runOneSqlLine()
21961 if( ShellHasFlag(p, SHFLG_Echo) ) in process_input()
21968 if( ShellHasFlag(p, SHFLG_Echo) ) printf("%s\n", zLine); in process_input()
22012 if( ShellHasFlag(p, SHFLG_Echo) ) printf("%s\n", zSql); in process_input()