Searched refs:enum_next (Results 1 – 4 of 4) sorted by relevance
67 typ->enum_next.onext = next_choice; in NCURSES_EXPORT()
134 res->enum_next.gnext = next; in _nc_generic_fieldtype()
184 } enum_next; member
3052 assert(typ->enum_next.onext); in Next_Choice()3054 return typ->enum_next.gnext(form, field, (void *)argp); in Next_Choice()3056 return typ->enum_next.onext(field, (void *)argp); in Next_Choice()