Lines Matching defs:next
381 . . when doing duplex scans, or load the next page from the ADF)
567 for (s = scanner_devList; s; s = s->next) {
855 /*splice s out of list by changing pointer in prev to next*/
857 prev->next = s->next;
859 s=prev->next;
864 s = s->next;
868 /*reset head to next s*/
874 s=prev->next;
878 for (s = scanner_devList; s; s=s->next) {
892 for (s = scanner_devList; s; s=s->next) {
931 for (s = scanner_devList; s; s = s->next) {
1066 s->next = scanner_devList;
2191 for (dev = scanner_devList; dev; dev = dev->next) {
2881 opt->desc = "Tells which side (0=front, 1=back) of a duplex scan the next call to sane_read will return.";
5476 /* grab next page */
7287 /* log current cal settings so we won't recalibrate on next scan with same params */
8070 struct scanner *dev, *next;
8074 for (dev = scanner_devList; dev; dev = next) {
8076 next = dev->next;