Home
last modified time | relevance | path

Searched refs:IS_OCTAL (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/byacc/
H A Ddefs.h170 #define IS_OCTAL(c) ((c) >= '0' && (c) <= '7') macro
H A Dreader.c1474 if (IS_OCTAL(c)) in get_literal()
1478 if (IS_OCTAL(c)) in get_literal()