Home
last modified time | relevance | path

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

/external/sqlite/dist/orig/
Dshell.c7991 #define SHFLG_Echo 0x00000040 /* .echo or --echo setting */ macro
9724 if( pArg && ShellHasFlag(pArg, SHFLG_Echo) ){ in shell_exec()
12613 setOrClearFlag(p, SHFLG_Echo, azArg[1]); in do_meta_command()
14022 azBool[ShellHasFlag(p, SHFLG_Echo)]); in do_meta_command()
14676 if( ShellHasFlag(p, SHFLG_Echo) ) printf("%s\n", zLine); in process_input()
14680 if( ShellHasFlag(p, SHFLG_Echo) ) printf("%s\n", zLine); in process_input()
14725 if( ShellHasFlag(p, SHFLG_Echo) ) printf("%s\n", zSql); in process_input()
15201 ShellSetFlag(&data, SHFLG_Echo);
/external/sqlite/dist/
Dshell.c7997 #define SHFLG_Echo 0x00000040 /* .echo or --echo setting */ macro
9730 if( pArg && ShellHasFlag(pArg, SHFLG_Echo) ){ in shell_exec()
12636 setOrClearFlag(p, SHFLG_Echo, azArg[1]); in do_meta_command()
14045 azBool[ShellHasFlag(p, SHFLG_Echo)]); in do_meta_command()
14699 if( ShellHasFlag(p, SHFLG_Echo) ) printf("%s\n", zLine); in process_input()
14703 if( ShellHasFlag(p, SHFLG_Echo) ) printf("%s\n", zLine); in process_input()
14748 if( ShellHasFlag(p, SHFLG_Echo) ) printf("%s\n", zSql); in process_input()
15224 ShellSetFlag(&data, SHFLG_Echo);