Lines Matching defs:choice
360 SANE_Char choice[128];
368 options[i]->name = "string-choice";
369 options[i]->title = "string choice";
377 values[i] = choice;
391 assert (strcmp (choice, "string3") == 0);
403 SANE_Char choice[128];
411 options[i]->name = "string-choice";
412 options[i]->title = "string choice";
420 values[i] = choice;
427 choice[0] = 0;
437 assert (strcmp (choice, "") == 0);