Searched defs:newline (Results 1 – 2 of 2) sorted by relevance
103 const char* newline = strchr(msg, '\n'); in SplitByLines() local
128 void EntryPoint::print(FILE *fp, bool newline, in print()