Searched defs:TEST_NEWLINE (Results 1 – 1 of 1) sorted by relevance
606 #define TEST_NEWLINE(p) (p[0] == '\n') in check_pair() macro647 #define TEST_NEWLINE(p) (p[0] != '\0' && p[strlen (p) - 1] == '\n') in check_pair() macro