Searched refs:END_CHAR (Results 1 – 3 of 3) sorted by relevance
398 #define END_CHAR 0x0D macro694 his_eol = END_CHAR; /* default end of line character */ in handle_send_packet()731 a_b[++length] = tochar(END_CHAR); in handle_send_packet()786 his_eol = END_CHAR; /* default end of line character */ in k_recv()930 if (new_char != END_CHAR) { in k_recv()
35 static constexpr char END_CHAR = 126; variable105 for (char c = START_CHAR; c <= END_CHAR; ++c) { in scanState()
33 static constexpr char END_CHAR = 126; variable103 for (char c = START_CHAR; c <= END_CHAR; ++c) { in scanState()