Lines Matching defs:current
635 SANE_Int current = Device_get (product, vendor);
646 if ((current < 0) || (current >= DEVSCOUNT))
653 RTS_Debug->dev_model = current;
654 DBG (DBG_VRB, " -> Device model is %s\n", sdevname[current + 1]);
663 sdevname[current + 1], sdevname[proposed + 1]);
667 if ((current >= 0) && (current < DEVSCOUNT))
669 RTS_Debug->dev_model = current;
672 sdevname[current + 1]);
2116 /* and load configuration of current model */