Searched defs:STRINGLIB_ISLINEBREAK (Results 1 – 6 of 6) sorted by relevance
15 #define STRINGLIB_ISLINEBREAK BLOOM_LINEBREAK macro
15 #define STRINGLIB_ISLINEBREAK(x) ((x == '\n') || (x == '\r')) macro
1117 #define STRINGLIB_ISLINEBREAK(x) ((x == '\n') || (x == '\r')) macro
1113 #define STRINGLIB_ISLINEBREAK(x) ((x == '\n') || (x == '\r')) macro