Searched refs:isoctal (Results 1 – 2 of 2) sorted by relevance
41 #define isoctal(c) (((u_char)(c)) >= '0' && ((u_char)(c)) <= '7') macro104 if (isoctal(nextc)) { in vis()
1120 #define isoctal(c) ((c) >= '0' && (c) < '8') macro1233 if (isoctal(c)) {1238 for (n = 0; n < 3 && isoctal(c); ++n) {1345 #undef isoctal