Lines Matching defs:choices
376 HpChoice choices;
395 for (choice = this->choices; choice; choice = choice->next)
397 /* Skip choices which aren't in strlist. */
427 for (choice = this->choices; choice; choice = choice->next)
429 /* Skip choices which aren't in strlist. */
447 assert(!"No choices to choose from?");
456 for (choice = this->choices; choice; choice = choice->next)
473 for (choice = this->choices; choice; choice = choice->next)
485 sanei_hp_accessor_choice_new (HpData data, HpChoice choices,
498 for (choice = choices; choice; choice = choice->next)
506 this->choices = choices;
510 for (choice = this->choices; choice; choice = choice->next)