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

/freebsd-10-stable/contrib/byacc/
H A Ddefs.h147 #define IS_OCTAL(c) ((c) >= '0' && (c) <= '7') macro

Completed in 50 milliseconds