Searched refs:next_choice (Results 1 – 3 of 3) sorted by relevance
106 new->next_choice = NULL; in _formi_create_fieldtype()233 set_fieldtype_choice(FIELDTYPE *fieldtype, int (*next_choice)(FIELD *, char *), in set_fieldtype_choice()236 if ((fieldtype == NULL) || (next_choice == NULL) in set_fieldtype_choice()240 fieldtype->next_choice = next_choice; in set_fieldtype_choice()
263 int (*next_choice)(FIELD *, char *); /* function to select next member
3088 if (type->next_choice == NULL) in _formi_field_choice()3091 return type->next_choice(field, in _formi_field_choice()