Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c24975 static int arErrorMsg(ArCommand *pAr, const char *zFmt, ...){ in arErrorMsg() argument
24982 if( pAr->fromCmdLine ){ in arErrorMsg()
25012 static int arProcessSwitch(ArCommand *pAr, int eSwitch, const char *zArg){ in arProcessSwitch() argument
25021 if( pAr->eCmd ){ in arProcessSwitch()
25022 return arErrorMsg(pAr, "multiple command options"); in arProcessSwitch()
25024 pAr->eCmd = eSwitch; in arProcessSwitch()
25028 pAr->bDryRun = 1; in arProcessSwitch()
25031 pAr->bGlob = 1; in arProcessSwitch()
25034 pAr->bVerbose = 1; in arProcessSwitch()
25037 pAr->bAppend = 1; in arProcessSwitch()
[all …]