Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.char.h189 # define Isdigit(c) (((c) & QUOTE) ? 0 : iswdigit(c)) macro
202 # define Isdigit(c) (((Char)(c) & QUOTE) ? 0 : NXIsDigit((unsigned) (c))) macro
223 # define Isdigit(c) (((Char)(c) & QUOTE) ? 0 : isdigit((tcshuc) (c))) macro
264 # define Isdigit(c) (((Char)(c) & QUOTE) ? 0 : isdigit( oem_it((tcshuc)(c)))) macro
286 # define Isdigit(c) cmap((c), _DIG) macro