Searched refs:first_newline (Results 1 – 1 of 1) sorted by relevance
3018 std::size_t first_newline = this_line.find_first_of("\n"); in OutputFormattedHelpText() local3026 this_line = this_line.substr(0, std::min(first_newline, last_space)); in OutputFormattedHelpText()