Home
last modified time | relevance | path

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

/freebsd-14.2/stand/efi/libefi/
H A Defi_console.c48 static uint32_t utf8_left; variable
1128 if (utf8_left == 0) in input_partial()
1136 utf8_left = 0; in input_partial()
1152 utf8_left = 1; in input_byte()
1159 utf8_left = 2; in input_byte()
1166 utf8_left = 3; in input_byte()
1172 if (utf8_left == 0) { in input_byte()
1176 utf8_left--; in input_byte()
1178 if (utf8_left == 0) { in input_byte()