Home
last modified time | relevance | path

Searched refs:onext (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/less/
H A Doption.h52 struct optname *onext; /* List of synonymous option names */
51 struct optname *onext; /* List of synonymous option names */ global() member
H A Dopttbl.c824 for (oname = o->onames; oname != NULL; oname = oname->onext) in findopt_name()
/freebsd/contrib/ncurses/form/
H A Dfld_ftchoice.c67 typ->enum_next.onext = next_choice; in FORM_EXPORT()
H A Dform.h193 bool (*onext)(FIELD *,const void *); /* enumerate next value */ member
H A Dfrm_driver.c3057 assert(typ->enum_next.onext); in Next_Choice()
3061 return typ->enum_next.onext(field, (void *)argp); in Next_Choice()