Lines Matching refs:list
89 2002-12-28 Added advanced option to display only short resolution list for
90 displays that can not show the complete list.
262 Implemented resolution list as WORD_LIST instead of
279 resolution list in xsane (KHK)
504 * source list need one dummy entry (save device settings is crashing).
505 * NOTE: no const - this list gets created while exploring the capabilities
642 * the actually used params and list arrays at runtime.
698 /* Bay list:
1847 static Epson_Device *first_dev = NULL; /* first EPSON scanner in list */
2252 bitDepthList[0] = 1; /* we start with one element in the list */
2281 /* the default depth is already in the list */
2376 * Add the flatbed option to the source list
2556 *source_list_add = NULL; /* add end marker to source list */
2690 /* add the vendor and product IDs to the list of
2724 * Clean up the list of attached scanners.
2837 if (bitDepthList[0] == 1) /* only one element in the list -> hide the option */
3254 /* limit resolution list */
3256 s->opt[OPT_LIMIT_RESOLUTION].title = SANE_I18N ("Short resolution list");
3258 SANE_I18N ("Display short resolution list");
3564 /* insert newly opened handle into list of open handles */
3592 /* remove handle from list of open handles */
3640 search_string_list (const SANE_String_Const * list, SANE_String value)
3642 while (*list != NULL && strcmp (value, *list) != 0)
3644 ++list;
3647 return ((*list == NULL) ? NULL : list);
6084 * Copy the resolution list to the resolution_list array so that the frontend can
6100 /* filter the resolution list */
6320 /* re-create the list */
6324 /* copy the short list */
6367 /* copy the full list */