Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Dload.c395 #define END_CHAR 0x0D macro
691 his_eol = END_CHAR; /* default end of line character */ in handle_send_packet()
728 a_b[++length] = tochar(END_CHAR); in handle_send_packet()
783 his_eol = END_CHAR; /* default end of line character */ in k_recv()
927 if (new_char != END_CHAR) { in k_recv()