Searched refs:pAr (Results 1 – 1 of 1) sorted by relevance
23711 static int arErrorMsg(ArCommand *pAr, const char *zFmt, ...){ in arErrorMsg() argument23718 if( pAr->fromCmdLine ){ in arErrorMsg()23748 static int arProcessSwitch(ArCommand *pAr, int eSwitch, const char *zArg){ in arProcessSwitch() argument23757 if( pAr->eCmd ){ in arProcessSwitch()23758 return arErrorMsg(pAr, "multiple command options"); in arProcessSwitch()23760 pAr->eCmd = eSwitch; in arProcessSwitch()23764 pAr->bDryRun = 1; in arProcessSwitch()23767 pAr->bGlob = 1; in arProcessSwitch()23770 pAr->bVerbose = 1; in arProcessSwitch()23773 pAr->bAppend = 1; in arProcessSwitch()[all …]