Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/efi_loader/
H A Defi_console.c65 static int term_get_char(s32 *c) in term_get_char() function
93 if (term_get_char(&c) || c != cESC) in term_read_reply()
96 if (term_get_char(&c) || c != '[') in term_read_reply()
101 if (!term_get_char(&c)) { in term_read_reply()