Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libeti/form/common/
H A Dfieldtype.c55 #define Ccheck(t) ((t)->ccheck)
82 new_fieldtype(PTF_int fcheck, PTF_int ccheck) in new_fieldtype() argument
86 if ((fcheck || ccheck) && Alloc(t, FIELDTYPE)) { in new_fieldtype()
90 Ccheck(t) = ccheck; in new_fieldtype()
H A Dllib-lform42 new_fieldtype(fcheck, ccheck)
44 PTF_int ccheck;
/titanic_50/usr/src/lib/libeti/form/inc/
H A Dform.h52 PTF_int ccheck; /* character validation */ member