Lines Matching defs:list
117 * source list need one dummy entry (save device settings is crashing).
118 * NOTE: no const - this list gets created while exploring the capabilities
232 * variables that get set to the actually used params and list arrays at runtime.
279 /* Bay list:
630 static Epson_Device *first_dev; /* first EPSON scanner in list */
657 /* try to find the device in our list */
741 /* add this scanner to the device list */
816 /* add the vendor and product IDs to the list of
911 /* Clean up the list of attached scanners. */
1513 * in the device list. This should handle SCSI
1581 search_string_list(const SANE_String_Const *list, SANE_String value)
1583 while (*list != NULL && strcmp(value, *list) != 0)
1584 list++;
1586 return ((*list == NULL) ? NULL : list);