Searched refs:ArgL (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/libeti/form/common/ |
H A D | fieldtype.c | 45 #define ArgL(n) (((LINK *)(n))->leftarg) macro 180 ArgL(n) = _makearg(TypeL(t), ap, err); in _makearg() 208 ArgL(n) = _copyarg(TypeL(t), ArgL(arg), err); in _copyarg() 227 _freearg(TypeL(t), ArgL(arg)); in _freearg() 250 return (_checkfield(TypeL(t), f, ArgL(arg)) || in _checkfield() 266 return (_checkchar(TypeL(t), c, ArgL(arg)) || in _checkchar() 282 return (_nextchoice(TypeL(t), f, ArgL(arg)) || in _nextchoice() 296 return (_prevchoice(TypeL(t), f, ArgL(arg)) || in _prevchoice()
|