Lines Matching defs:ArCommand
24945 typedef struct ArCommand ArCommand;
24946 struct ArCommand {
24975 static int arErrorMsg(ArCommand *pAr, const char *zFmt, ...){
24992 ** Values for ArCommand.eCmd.
25012 static int arProcessSwitch(ArCommand *pAr, int eSwitch, const char *zArg){
25059 ArCommand *pAr /* Populate this object */
25198 ** This function assumes that all arguments within the ArCommand.azArg[]
25211 static int arCheckEntries(ArCommand *pAr){
25253 ArCommand *pAr,
25284 static int arListCommand(ArCommand *pAr){
25321 static int arRemoveCommand(ArCommand *pAr){
25362 static int arExtractCommand(ArCommand *pAr){
25434 static int arExecSql(ArCommand *pAr, const char *zSql){
25470 ArCommand *pAr, /* Command arguments and options */
25584 ArCommand cmd;