Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c23681 typedef struct ArCommand ArCommand; typedef
23682 struct ArCommand { struct
23683 u8 eCmd; /* An AR_CMD_* value */
23684 u8 bVerbose; /* True if --verbose */
23685 u8 bZip; /* True if the archive is a ZIP */
23686 u8 bDryRun; /* True if --dry-run */
23687 u8 bAppend; /* True if --append */
23711 static int arErrorMsg(ArCommand *pAr, const char *zFmt, ...){ in arErrorMsg() argument