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

/freebsd-current/contrib/gdtoa/
H A Darithchk.c100 ccheck() function
163 a = ccheck();
/freebsd-current/contrib/ncurses/form/
H A Dfld_newftyp.c99 nftyp->ccheck = char_check;
H A Dform.priv.h250 * Use Check_CTYPE_Field() to simplify FIELDTYPE's that use only the ccheck()
254 #define Check_CTYPE_Field(result, buffer, width, ccheck) \
281 else if (!ccheck(list[n], NULL)) \
291 #define Check_CTYPE_Field(result, buffer, width, ccheck) \
298 while (*buffer && ccheck(*buffer, NULL)) \
H A Dform.h203 bool (*ccheck)(int,const void *); /* character validation */ member in struct:typenode
H A Dfrm_driver.c1117 if (typ->ccheck)
1118 return typ->ccheck(ch, (void *)argp);

Completed in 113 milliseconds