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

/freebsd-9.3-release/contrib/tcsh/
H A Dsh.char.h190 # define Isdigit(c) (((c) & QUOTE) ? 0 : iswdigit(c)) macro
203 # define Isdigit(c) (((Char)(c) & QUOTE) ? 0 : NXIsDigit((unsigned) (c))) macro
224 # define Isdigit(c) (((Char)(c) & QUOTE) ? 0 : isdigit((tcshuc) (c))) macro
265 # define Isdigit(c) (((Char)(c) & QUOTE) ? 0 : isdigit( oem_it((tcshuc)(c)))) macro
287 # define Isdigit(c) cmap((c), _DIG) macro
/freebsd-9.3-release/lib/libedit/
H A Dchartype.h77 #define Isdigit(x) iswdigit(x) macro
127 #define Isdigit(x) isdigit((unsigned char)x) macro

Completed in 118 milliseconds