Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_win32.c6233 static WCHAR **utf8usingbuf = &unicodebuf; in write_chars() local
6237 utf8usingbuf = &unicodebuf; in write_chars()
6252 if (utf8usingbuf != &utf8spbuf) in write_chars()
6262 utf8usingbuf = &utf8spbuf; in write_chars()
6269 utf8usingbuf = &utf8spbuf; in write_chars()
6282 if (WriteConsoleOutputCharacterW(g_hConOut, *utf8usingbuf, length, in write_chars()
6289 if (WriteConsoleW(g_hConOut, *utf8usingbuf, length, &cchwritten, in write_chars()