Searched refs:ccheck (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/ncurses/form/ |
H A D | form.priv.h | 254 #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 D | fld_newftyp.c | 99 nftyp->ccheck = char_check; in new_fieldtype()
|
H A D | form.h | 203 bool (*ccheck)(int,const void *); /* character validation */ member
|
H A D | frm_driver.c | 1117 if (typ->ccheck) in Check_Char() 1118 return typ->ccheck(ch, (void *)argp); in Check_Char()
|
/freebsd/contrib/gdtoa/ |
H A D | arithchk.c | 100 ccheck() in ccheck() function 163 a = ccheck(); in main()
|