Home
last modified time | relevance | path

Searched refs:IS_DIGIT (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.bin/less/
H A Dless.h36 #undef IS_DIGIT
39 #define IS_DIGIT(c) isdigit((unsigned char)(c)) macro
/openbsd/gnu/lib/libiberty/src/
H A Dcp-demangle.c168 #define IS_DIGIT(c) ((c) >= '0' && (c) <= '9') macro
1174 if (IS_DIGIT (peek) in d_prefix()
1219 if (IS_DIGIT (peek)) in d_unqualified_name()
1273 if (! IS_DIGIT (peek)) in d_number()
1398 if (c1 == 'v' && IS_DIGIT (c2)) in d_operator_name()
1804 if (IS_DIGIT (peek_next) in cplus_demangle_type()
2030 else if (IS_DIGIT (peek)) in d_array_type()
2040 while (IS_DIGIT (peek)); in d_array_type()
2484 if (c == '_' || IS_DIGIT (c) || IS_UPPER (c)) in d_substitution()
2493 if (IS_DIGIT (c)) in d_substitution()
[all …]
H A DChangeLog3309 (IS_DIGIT): New macro.
3310 (IS_ALPHA): Likewise. Use IS_DIGIT and IS_ALPHA throughout