Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libeti/form/common/
H A Dfieldtype.c52 #define Fcheck(t) ((t)->fcheck) macro
87 Fcheck(t) = fcheck; in new_fieldtype()
251 if (Fcheck(t)) in _checkfield()
252 return ((*Fcheck(t)) (f, arg)); in _checkfield()