Searched refs:IS_OCTAL (Results 1 – 2 of 2) sorted by relevance
170 #define IS_OCTAL(c) ((c) >= '0' && (c) <= '7') macro
1474 if (IS_OCTAL(c)) in get_literal()1478 if (IS_OCTAL(c)) in get_literal()