Home | History | Annotate | Download | only in src

Lines Matching refs:C_DIGIT

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