Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/tcsh/
HDsh.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
/freebsd-11-stable/lib/libedit/
HDchartype.h76 #define Isdigit(x) iswdigit(x) macro
131 #define Isdigit(x) isdigit((unsigned char)x) macro