Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/form/
H A Dfld_newftyp.c98 nftyp->fcheck = field_check; in new_fieldtype()
H A Dform.h202 bool (*fcheck)(FIELD *,const void *); /* field validation */ member
H A Dfrm_driver.c3216 if (typ->fcheck) in Check_Field()
3217 return typ->fcheck(field, (void *)argp); in Check_Field()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td6550 def fcheck_EQ : Joined<["-"], "fcheck=">, Group<gfortran_Group>;