Searched defs:ArCommand (Results 1 – 1 of 1) sorted by relevance
24945 typedef struct ArCommand ArCommand; typedef24946 struct ArCommand { struct24947 u8 eCmd; /* An AR_CMD_* value */24948 u8 bVerbose; /* True if --verbose */24949 u8 bZip; /* True if the archive is a ZIP */24950 u8 bDryRun; /* True if --dry-run */24951 u8 bAppend; /* True if --append */24975 static int arErrorMsg(ArCommand *pAr, const char *zFmt, ...){ in arErrorMsg() argument