Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/sqlite3/
H A Dshell.c9852 #define ShellHasFlag(P,X) (((P)->shellFlgs & (X))!=0) macro
10836 if( ShellHasFlag(p, SHFLG_Newlines) ){ in shell_callback()
10862 }else if( ShellHasFlag(p, SHFLG_Newlines) ){ in shell_callback()
11807 if( pArg && ShellHasFlag(pArg, SHFLG_Echo) ){ in shell_exec()
11947 int preserveRowid = ShellHasFlag(p, SHFLG_PreserveRowid); in tableColumnList()
17978 azBool[ShellHasFlag(p, SHFLG_Echo)]); in do_meta_command()
18648 if( ShellHasFlag(p,SHFLG_Backslash) ) resolve_backslashes(zSql); in runOneSqlLine()
18669 }else if( ShellHasFlag(p, SHFLG_CountChanges) ){ in runOneSqlLine()
18712 if( ShellHasFlag(p, SHFLG_Echo) ) printf("%s\n", zLine); in process_input()
18716 if( ShellHasFlag(p, SHFLG_Echo) ) printf("%s\n", zLine); in process_input()
[all …]