Home
last modified time | relevance | path

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

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