Home | History | Annotate | Download | only in src

Lines Matching refs:C_DIGIT

929 #define C_DIGIT	 BIT(1)		/* 0-9 */
944 #define ksh_isalnux(c) ctype((c), C_ALPHA | C_DIGIT)