Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/form/
H A Dform.priv.h254 #define Check_CTYPE_Field(result, buffer, width, ccheck) \ argument
281 else if (!ccheck(list[n], NULL)) \
291 #define Check_CTYPE_Field(result, buffer, width, ccheck) \ argument
298 while (*buffer && ccheck(*buffer, NULL)) \
H A Dfld_newftyp.c99 nftyp->ccheck = char_check; in new_fieldtype()
H A Dform.h203 bool (*ccheck)(int,const void *); /* character validation */ member
H A Dfrm_driver.c1117 if (typ->ccheck) in Check_Char()
1118 return typ->ccheck(ch, (void *)argp); in Check_Char()
/freebsd/contrib/gdtoa/
H A Darithchk.c100 ccheck() in ccheck() function
163 a = ccheck(); in main()