Searched refs:_nextchoice (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libeti/form/common/
H A Dfieldtype.c274 /* _nextchoice - invoke next_choice function associated with field type t. */
276 _nextchoice(FIELDTYPE *t, FIELD *f, char *arg) function
282 return (_nextchoice(TypeL(t), f, ArgL(arg)) ||
283 _nextchoice(TypeR(t), f, ArgR(arg)));
/illumos-gate/usr/src/lib/libeti/form/inc/
H A Dutility.h84 #define NextChoice(f) (_nextchoice((f) -> type, (f), (f) -> arg))
223 extern int _nextchoice(FIELDTYPE *, FIELD *, char *);

Completed in 57 milliseconds