Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/sqlite3/
Dshell.c17533 #define SHFLG_Newlines 0x00000010 /* .dump --newline flag */ macro
18706 if( ShellHasFlag(p, SHFLG_Newlines) ){ in shell_callback()
18737 }else if( ShellHasFlag(p, SHFLG_Newlines) ){ in shell_callback()
24380 SHFLG_PreserveRowid|SHFLG_Newlines|SHFLG_Echo in do_meta_command()
24398 ShellSetFlag(p, SHFLG_Newlines); in do_meta_command()