Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libeti/form/common/
H A Dfieldtype.c276 _nextchoice(FIELDTYPE *t, FIELD *f, char *arg) in _nextchoice() function
282 return (_nextchoice(TypeL(t), f, ArgL(arg)) || in _nextchoice()
283 _nextchoice(TypeR(t), f, ArgR(arg))); in _nextchoice()
H A Dmapfile-vers174 _nextchoice;
/titanic_50/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 *);