Home
last modified time | relevance | path

Searched refs:last_ended_with_cr (Results 1 – 2 of 2) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/pico_stdio/include/pico/stdio/
Ddriver.h19 bool last_ended_with_cr; member
/hal_rpi_pico-latest/src/rp2_common/pico_stdio/
Dstdio.c72 bool prev_char_was_cr = i > 0 ? s[i - 1] == '\r' : driver->last_ended_with_cr; in stdio_out_chars_crlf()
85 driver->last_ended_with_cr = s[len - 1] == '\r'; in stdio_out_chars_crlf()
270 driver->last_ended_with_cr = false; in stdio_set_translate_crlf()