Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sqlite3/
H A Dshell.c17193 u8 fromCmdLine; /* Run from -A instead of .archive */ member
17222 if( pAr->fromCmdLine ){ in arErrorMsg()
17821 int fromCmdLine, /* True if -A command-line option, not .ar cmd */ in arDotCommand() argument
17828 cmd.fromCmdLine = fromCmdLine; in arDotCommand()