Home
last modified time | relevance | path

Searched defs:ArCommand (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dshell.c29725 typedef struct ArCommand ArCommand; typedef
29726 struct ArCommand { struct
29727 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