Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/sqlite3/
H A Dshell.c16371 int useOutputMode = 1; /* Use output mode to determine separators */ in do_meta_command() local
16401 useOutputMode = 0; in do_meta_command()
16406 useOutputMode = 0; in do_meta_command()
16423 if( useOutputMode ){ in do_meta_command()
16485 if( eVerbose>=2 || (eVerbose>=1 && useOutputMode) ){ in do_meta_command()