Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c19522 #define SHFLG_Newlines 0x00000010 /* .dump --newline flag */ macro
20743 if( ShellHasFlag(p, SHFLG_Newlines) ){ in shell_callback()
20774 }else if( ShellHasFlag(p, SHFLG_Newlines) ){ in shell_callback()
26485 SHFLG_PreserveRowid|SHFLG_Newlines|SHFLG_Echo in do_meta_command()
26503 ShellSetFlag(p, SHFLG_Newlines); in do_meta_command()