Lines Matching defs:devlist
1487 static const SANE_Device **devlist;
1498 if (devlist) {
1499 free (devlist);
1500 devlist = NULL;
1508 static const SANE_Device **devlist = 0;
1516 if (devlist)
1517 free (devlist);
1519 devlist = malloc ((num_devices + 1) * sizeof (devlist[0]));
1520 if (!devlist)
1525 devlist[i++] = &dev->sane;
1526 devlist[i++] = 0;
1528 *device_list = devlist;