Searched defs:_nextchoice (Results 1 - 1 of 1) 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)));

Completed in 3250 milliseconds