Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/form/
H A Dfld_newftyp.c95 nftyp->fieldcheck.ofcheck = field_check; in new_fieldtype()
H A Dform.h184 bool (*ofcheck)(FIELD *,const void *); /* field validation */ member
H A Dfrm_driver.c3208 if (typ->fieldcheck.ofcheck) in Check_Field()
3213 return typ->fieldcheck.ofcheck(field, (void *)argp); in Check_Field()