Home
last modified time | relevance | path

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

/freebsd/stand/efi/libefi/
H A Defi_console.c48 static uint32_t utf8_left; variable
1107 if (utf8_left == 0) in input_partial()
1115 utf8_left = 0; in input_partial()
1131 utf8_left = 1; in input_byte()
1138 utf8_left = 2; in input_byte()
1145 utf8_left = 3; in input_byte()
1151 if (utf8_left == 0) { in input_byte()
1155 utf8_left--; in input_byte()
1157 if (utf8_left == 0) { in input_byte()