Lines Matching defs:choices
664 char choices[256] = "";749 for (choice = oe->choices; *choice != NULL; choice++) {750 strlcat(choices, *choice, sizeof choices);751 strlcat(choices, ", ", sizeof choices);753 choices[strlen(choices) - 2] = '\0';756 choices))1091 if (oe->choices[choice + 1] == NULL)