Searched defs:Isdigit (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/Heimdal-323.92.1/lib/libedit/src/
H A Dchartype.h86 #define Isdigit(x) iswdigit(x) macro
136 #define Isdigit(x) isdigit((unsigned char)x) macro
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/regex/
H A Dregclass.c72 static int Isdigit(int c) { return iswdigit(c); } function
/macosx-10.9.5/libedit-39/src/
H A Dchartype.h86 #define Isdigit(x) iswdigit(x) macro
141 #define Isdigit(x) isdigit((unsigned char)x) macro
/macosx-10.9.5/tcsh-65/tcsh/
H A Dsh.char.h192 # define Isdigit(c) (((c) & QUOTE) ? 0 : iswdigit(c)) macro
205 # define Isdigit(c) (((Char)(c) & QUOTE) ? 0 : NXIsDigit((unsigned) (c))) macro
226 # define Isdigit(c) (((Char)(c) & QUOTE) ? 0 : isdigit((tcshuc) (c))) macro
267 # define Isdigit(c) (((Char)(c) & QUOTE) ? 0 : isdigit( oem_it((tcshuc)(c)))) macro
289 # define Isdigit(c) cmap((c), _DIG) macro

Completed in 122 milliseconds