/***********************************************************************/ /* Open Visualization Data Explorer */ /* (C) Copyright IBM Corp. 1989,1999 */ /* ALL RIGHTS RESERVED */ /* This code licensed under the */ /* "IBM PUBLIC LICENSE - Open Visualization Data Explorer" */ /***********************************************************************/ #include #include #include #define MAXOBJECTS 42 /* must match mdf-c generated dx.mdf file */ int m_CollectNamed(Object *in, Object *out) { int i; int seen_null = 0; int say_warn = 0; char *cp; out[0] = NULL; /* for each pair of inputs, if they are both null, skip them and * continue. if one is non-null, return an error. if both are * good, add them to the group. look for repeated names. */ for (i = 0; i