Lines Matching defs:clist
185 XDeviceInfo *clist = NULL;
240 clist = (XDeviceInfoPtr) Xmalloc(size);
241 if (!clist) {
247 sclist = clist;
248 Any = (XAnyClassPtr) ((char *)clist +
252 for (i = 0; i < ndevices; i++, list++, clist++) {
253 clist->type = list->type;
254 clist->id = list->id;
255 clist->use = list->use;
256 clist->num_classes = list->num_classes;
257 clist->inputclassinfo = Any;
262 clist = sclist;
265 for (i = 0; i < ndevices; i++, clist++) {
266 clist->name = (char *)Nptr;