Home
last modified time | relevance | path

Searched refs:_nextchoice (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libeti/form/common/
H A Dfieldtype.c274 _nextchoice(FIELDTYPE *t, FIELD *f, char *arg) in _nextchoice() function
280 return (_nextchoice(TypeL(t), f, ArgL(arg)) || in _nextchoice()
281 _nextchoice(TypeR(t), f, ArgR(arg))); in _nextchoice()
H A Dmapfile-vers222 _nextchoice;
/illumos-gate/usr/src/lib/libeti/form/inc/
H A Dutility.h82 #define NextChoice(f) (_nextchoice((f) -> type, (f), (f) -> arg))
221 extern int _nextchoice(FIELDTYPE *, FIELD *, char *);