Searched refs:enum_next (Results 1 – 4 of 4) sorted by relevance
67 typ->enum_next.onext = next_choice; in FORM_EXPORT()
135 res->enum_next.gnext = next; in _nc_generic_fieldtype()
195 } enum_next; member
3057 assert(typ->enum_next.onext); in Next_Choice()3059 return typ->enum_next.gnext(form, field, (void *)argp); in Next_Choice()3061 return typ->enum_next.onext(field, (void *)argp); in Next_Choice()