Searched refs:_nextchoice (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/lib/libeti/form/common/ |
H A D | fieldtype.c | 276 _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 D | mapfile-vers | 174 _nextchoice;
|
/titanic_50/usr/src/lib/libeti/form/inc/ |
H A D | utility.h | 84 #define NextChoice(f) (_nextchoice((f) -> type, (f), (f) -> arg)) 223 extern int _nextchoice(FIELDTYPE *, FIELD *, char *);
|