Searched refs:DO_CHAR (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Ddirectives-only.c28 #define DO_CHAR (1 << 2) /* In a character constant. */ macro
32 #define DO_LINE_SPECIAL (DO_STRING | DO_CHAR | DO_LINE_COMMENT)
165 unsigned state = (c == '"') ? DO_STRING : DO_CHAR;
181 if ((flags & (DO_STRING | DO_CHAR)) && last_c == '\\')

Completed in 63 milliseconds