Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c23689 u8 fromCmdLine; /* Run from -A instead of .archive */ member
23718 if( pAr->fromCmdLine ){ in arErrorMsg()
24316 int fromCmdLine, /* True if -A command-line option, not .ar cmd */ in arDotCommand() argument
24323 cmd.fromCmdLine = fromCmdLine; in arDotCommand()