Lines Matching defs:list
239 /** according to the mode and source we return the corresponding mode list
255 /** goes through a string list and returns the start-address of the string
259 *search_string_list( const SANE_String_Const *list, SANE_String value )
261 while( *list != NULL && strcmp(value, *list) != 0 )
262 ++list;
264 if( *list == NULL )
267 return list;
649 /* disable extended mode list for devices without TPA */
700 /* create what we need to go through our device list...*/
1060 /** return a list of all devices
1133 /* insert newly opened handle into list of open handles: */
1150 /* remove handle from list of open handles: */
1635 /* adjust mode list according to the model we use and the source we have