Searched defs:isoctal (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/chat/
H A Dchat.c681 #define isoctal(chr) (((chr) >= '0') && ((chr) <= '7')) macro
809 if (isoctal (cur_chr)) {
811 if (isoctal (*s)) {
814 if (isoctal (*s)) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Doptions.c1163 #define isoctal(c) ((c) >= '0' && (c) < '8') macro
1277 if (isoctal(c)) {
1282 for (n = 0; n < 3 && isoctal(c); ++n) {
1391 #undef isoctal macro

Completed in 62 milliseconds