Searched defs:IS_NEWLINE (Results 1 – 3 of 3) sorted by relevance
94 #define IS_NEWLINE(c) (lex[c] == LEX_IS_NEWLINE) macro
574 #define IS_NEWLINE(ch) ((ch) == NEWLINE_CHAR) macro