Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/less/
H A Dscreen.c2922 static int utf8_next_byte = 0; in WIN32getch() local
2931 if (utf8_next_byte < utf8_size) in WIN32getch()
2933 ascii = utf8[utf8_next_byte++]; in WIN32getch()
2959 utf8_next_byte = 1; in WIN32getch()