Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/less/dist/
H A Dscreen.c2935 static int utf8_next_byte = 0; in WIN32getch() local
2944 if (utf8_next_byte < utf8_size) in WIN32getch()
2946 ascii = utf8[utf8_next_byte++]; in WIN32getch()
2972 utf8_next_byte = 1; in WIN32getch()
/netbsd-src/external/bsd/less/dist/lesstest/lt/
H A Dsubsearch.lt2945 static int utf8_next_byte = 0;
2948 if (utf8_next_byte < utf8_size)
2950 ascii = utf8[utf8_next_byte++];
2977 utf8_next_byte = 1;