Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c29763 typedef struct ArCommand ArCommand; typedef
29764 struct ArCommand { struct
29765 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