Searched refs:isoctal (Results 1 – 2 of 2) sorted by relevance
681 #define isoctal(chr) (((chr) >= '0') && ((chr) <= '7')) macro809 if (isoctal (cur_chr)) {811 if (isoctal (*s)) {814 if (isoctal (*s)) {
1163 #define isoctal(c) ((c) >= '0' && (c) < '8') macro1277 if (isoctal(c)) {1282 for (n = 0; n < 3 && isoctal(c); ++n) {1391 #undef isoctal