Home
last modified time | relevance | path

Searched refs:enum_next (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/lib/libform/
H A Dfld_ftchoice.c68 typ->enum_next.onext = next_choice; in FORM_EXPORT()
H A Dfty_generic.c135 res->enum_next.gnext = next; in _nc_generic_fieldtype()
H A Dform.h196 } enum_next; member
H A Dfrm_driver.c3058 assert(typ->enum_next.onext); in Next_Choice()
3060 return typ->enum_next.gnext(form, field, (void *)argp); in Next_Choice()
3062 return typ->enum_next.onext(field, (void *)argp); in Next_Choice()