Home
last modified time | relevance | path

Searched refs:last_is_new_line (Results 1 – 3 of 3) sorted by relevance

/dports/devel/cmake-gui/cmake-3.22.1/Source/CTest/
H A DcmCTestBZR.cxx304 bool last_is_new_line = (*first == '\r' || *first == '\n'); in ProcessChunk() local
309 if (!last_is_new_line) { in ProcessChunk()
322 last_is_new_line = true; in ProcessChunk()
327 last_is_new_line = false; in ProcessChunk()
/dports/devel/cmake-doc/cmake-3.22.1/Source/CTest/
H A DcmCTestBZR.cxx304 bool last_is_new_line = (*first == '\r' || *first == '\n'); in ProcessChunk() local
309 if (!last_is_new_line) { in ProcessChunk()
322 last_is_new_line = true; in ProcessChunk()
327 last_is_new_line = false; in ProcessChunk()
/dports/devel/cmake/cmake-3.22.1/Source/CTest/
H A DcmCTestBZR.cxx304 bool last_is_new_line = (*first == '\r' || *first == '\n'); in ProcessChunk() local
309 if (!last_is_new_line) { in ProcessChunk()
322 last_is_new_line = true; in ProcessChunk()
327 last_is_new_line = false; in ProcessChunk()