Searched refs:pAr (Results 1 – 1 of 1) sorted by relevance
24975 static int arErrorMsg(ArCommand *pAr, const char *zFmt, ...){ in arErrorMsg() argument24982 if( pAr->fromCmdLine ){ in arErrorMsg()25012 static int arProcessSwitch(ArCommand *pAr, int eSwitch, const char *zArg){ in arProcessSwitch() argument25021 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 …]