Searched defs:ArCommand (Results 1 – 1 of 1) sorted by relevance
29725 typedef struct ArCommand ArCommand; typedef29726 struct ArCommand { struct29727 u8 eCmd; /* An AR_CMD_* value */29728 u8 bVerbose; /* True if --verbose */29729 u8 bZip; /* True if the archive is a ZIP */29730 u8 bDryRun; /* True if --dry-run */29731 u8 bAppend; /* True if --append */29732 u8 bGlob; /* True if --glob */29756 static int arErrorMsg(ArCommand *pAr, const char *zFmt, ...){ in arErrorMsg() argument