type_enum.c | 53 char **choices; member in struct:__anon0f6d32f40108 88 char **choices; local in function:create_enum_args 94 new->choices = va_arg(*args, char **); 101 /* count the choices we have */ 102 choices = new->choices; 104 while (*choices != NULL) { 106 new->num_choices, new->choices[new->num_choices]); 108 choices++; 110 _formi_dbg_printf("%s: have %u choices\n", __func__ [all...] |