Searched defs:ArCommand (Results 1 – 1 of 1) sorted by relevance
17185 typedef struct ArCommand ArCommand; typedef17186 struct ArCommand { struct17187 u8 eCmd; /* An AR_CMD_* value */17188 u8 bVerbose; /* True if --verbose */17189 u8 bZip; /* True if the archive is a ZIP */17190 u8 bDryRun; /* True if --dry-run */17191 u8 bAppend; /* True if --append */17215 static int arErrorMsg(ArCommand *pAr, const char *zFmt, ...){ in arErrorMsg() argument