Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/form/
H A Dfld_ftchoice.c67 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.h195 } enum_next; member
H A Dfrm_driver.c3057 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()