Searched defs:ArCommand (Results 1 – 1 of 1) sorted by relevance
29763 typedef struct ArCommand ArCommand; typedef29764 struct ArCommand { struct29765 u8 eCmd; /* An AR_CMD_* value */29766 u8 bVerbose; /* True if --verbose */29767 u8 bZip; /* True if the archive is a ZIP */29768 u8 bDryRun; /* 1 for --dry-run, 2 for --debug */29769 u8 bAppend; /* True if --append */29770 u8 bGlob; /* True if --glob */29794 static int arErrorMsg(ArCommand *pAr, const char *zFmt, ...){ in arErrorMsg() argument