Home | History | Annotate | Download | only in config

Lines Matching refs:digit_chars

66 static char digit_chars[256];
74 #define is_digit_char(x) (digit_chars [(unsigned char) x])
200 digit_chars[c] = c;