Searched refs:onext (Results 1 – 5 of 5) sorted by relevance
52 struct optname *onext; /* List of synonymous option names */51 struct optname *onext; /* List of synonymous option names */ global() member
824 for (oname = o->onames; oname != NULL; oname = oname->onext) in findopt_name()
67 typ->enum_next.onext = next_choice; in FORM_EXPORT()
193 bool (*onext)(FIELD *,const void *); /* enumerate next value */ member
3057 assert(typ->enum_next.onext); in Next_Choice()3061 return typ->enum_next.onext(field, (void *)argp); in Next_Choice()