Lines Matching defs:next
930 for (dev = first_dev; dev; dev = dev->next)
1677 dev->next = first_dev;
1980 /* We have to increase the specified resolution to the next */
2098 /* The next for 16 bit values are x0, y0, x1, y1 in pixels at max res */
2494 /* Interpolate next entries from the 256 entry table */
3460 with new scan data on the next call */
3550 with new scan data on the next call */
3971 SANE_Int index[3]; /* index of the next output line for color C */
4098 with new scan data on the next call */
5549 Mustek_Device *dev, *next;
5552 for (dev = first_dev; dev; dev = next)
5554 next = dev->next;
5583 for (dev = first_dev; i < num_devices; dev = dev->next)
5613 for (dev = first_dev; dev; dev = dev->next)
5645 s->next = first_handle;
5661 for (s = first_handle; s; s = s->next)
5691 prev->next = s->next;
5693 first_handle = s->next;