Lines Matching refs:word_list
290 SANE_Word *word_list;
300 word_list = (SANE_Word *) malloc (sizeof (SANE_Word));
301 if (word_list == NULL)
304 word_list[0] = 0;
305 *word_list_ptr = word_list;
321 word_list = (SANE_Word *) calloc (comma_count + 1,
324 if (word_list == NULL)
327 word_list[0] = comma_count;
335 word_list[comma_count] = atol (start);
342 word_list[comma_count] = atol (start);
344 *word_list_ptr = word_list;
2222 s->opt[OPT_X_RESOLUTION].constraint.word_list = s->hw->horz_resolution_list;
2232 s->opt[OPT_Y_RESOLUTION].constraint.word_list = s->hw->vert_resolution_list;