Searched refs:isoctal (Results 1 – 6 of 6) sorted by relevance
102 #undef isoctal103 #define isoctal(c) (isdigit(c) && (c) != '8' && (c) != '9') macro122 if (!isoctal(p[end]))145 if (isoctal(p[end]))
48 #define isoctal(c) (((u_char)(c)) >= '0' && ((u_char)(c)) <= '7') macro171 if (isoctal(c)) { in unvis()187 if (isoctal(c)) { in unvis()
79 #define isoctal(c) (((u_char)(c)) >= '0' && ((u_char)(c)) <= '7') macro173 if (isoctal(nextc)) { \
607 #define isoctal(chr) (((chr) >= '0') && ((chr) <= '7')) macro643 if (isoctal(*t)) {645 if (isoctal(*t)) {647 if (isoctal(*t)) 768 if (isoctal (cur_chr)) {770 if (isoctal (*s)) {773 if (isoctal (*s)) {
799 #define isoctal(c) ((c) >= '0' && (c) < '8') macro912 if (isoctal(c)) {917 for (n = 0; n < 3 && isoctal(c); ++n) {1024 #undef isoctal
210 #define isoctal(c) ((unsigned) ((c) - '0') < '8') macro1993 if (isoctal (c))2002 if (isoctal (c))2011 if (isoctal (c))2020 if (isoctal (c))