Searched refs:_DIG (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/tcsh-65/tcsh/
H A Dsh.char.c78 _DIG|_XD, _DIG|_XD, _DIG|_XD, _DIG|_XD,
81 _DIG|_XD, _DIG|_XD, _DIG|_XD, _DIG|_XD,
84 _DIG|_XD, _DIG|_X
[all...]
H A Dsh.char.h102 #undef _DIG macro
103 #define _DIG 0x0100 /* 0-9 */ macro
289 # define Isdigit(c) cmap((c), _DIG)
296 # define Isalnum(c) (cmap((c), _DIG|_LET) && !(((Char)(c) & META) && AsciiOnly))

Completed in 61 milliseconds