Searched defs:ArCommand (Results 1 – 1 of 1) sorted by relevance
27656 typedef struct ArCommand ArCommand; typedef27657 struct ArCommand { struct27658 u8 eCmd; /* An AR_CMD_* value */27659 u8 bVerbose; /* True if --verbose */27660 u8 bZip; /* True if the archive is a ZIP */27661 u8 bDryRun; /* True if --dry-run */27662 u8 bAppend; /* True if --append */27663 u8 bGlob; /* True if --glob */27687 static int arErrorMsg(ArCommand *pAr, const char *zFmt, ...){ in arErrorMsg() argument