Lines Matching refs:isoctal
1150 #define isoctal(c) ((c) >= '0' && (c) < '8')1255 if (isoctal(c)) {1260 for (n = 0; n < 3 && isoctal(c); ++n) {1377 #undef isoctal