Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c27656 typedef struct ArCommand ArCommand; typedef
27657 struct ArCommand { struct
27658 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