Searched defs:IS_NEWLINE (Results 1 – 4 of 4) sorted by relevance
92 #define IS_NEWLINE(c) (lex[c] == LEX_IS_NEWLINE) macro
95 #define IS_NEWLINE(c) (lex[c] == LEX_IS_NEWLINE) macro
523 #define IS_NEWLINE(ch) ((ch) == NEWLINE_CHAR) macro
572 #define IS_NEWLINE(ch) ((ch) == NEWLINE_CHAR) macro