Lines Matching refs:C_DIGIT
911 #define C_DIGIT BIT(1) /* 0-9 */926 #define ksh_isalnux(c) ctype((c), C_ALPHA | C_DIGIT)