Searched refs:_ISDIGIT (Results 1 – 5 of 5) sorted by relevance
86 ctn->ctype |= (_ISDIGIT | _ISGRAPH | _ISPRINT | _ISXDIGIT); in add_ctype_impl()302 ctn->ctype |= _ISDIGIT; in dump_ctype()331 if (ctn->ctype & _ISDIGIT) in dump_ctype()335 if (ctn->ctype & (_ISALPHA|_ISDIGIT|_ISXDIGIT)) in dump_ctype()346 (ctn->ctype & (_ISPUNCT|_ISDIGIT))) in dump_ctype()349 (ctn->ctype & (_ISDIGIT|_ISALPHA|_ISXDIGIT))) in dump_ctype()
64 #define _ISDIGIT _N macro73 #define _ISALNUM (_ISALPHA | _ISDIGIT)
59 #define _CTYPE_D _ISDIGIT /* Digit */
83 DEFN_ISTYPE(digit, _ISDIGIT)
202 # define isdigit(__a) (_IS(__a,_ISDIGIT))