Home
last modified time | relevance | path

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

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