Home | History | Annotate | Download | only in src

Lines Matching full:ksh_isdigit

296 #define ksh_isdigit(c)	(((c) >= '0') && ((c) <= '9'))