Home
last modified time | relevance | path

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

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