HomeSort by: relevance | last modified time | path
    Searched refs:_DIG (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/csh/
char.c 82 _DIG|_XD, _DIG|_XD, _DIG|_XD, _DIG|_XD,
85 _DIG|_XD, _DIG|_XD, _DIG|_XD, _DIG|_XD,
88 _DIG|_XD, _DIG|_XD, _PUN, _META|_CMD|_PUN
    [all...]
char.h 54 #define _DIG 0x0100 /* 0-9 */
88 #define Isdigit(c) cmap(c, _DIG)
95 #define Isalnum(c) (cmap(c, _DIG|_LET) && !(((c) & META) && AsciiOnly))

Completed in 12 milliseconds