Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_w32.c6117 static int *unicodepdy = NULL; in gui_mch_draw_string() local
6248 vim_free(unicodepdy); in gui_mch_draw_string()
6249 unicodepdy = LALLOC_MULT(int, len); in gui_mch_draw_string()
6291 if (unicodepdy != NULL) in gui_mch_draw_string()
6298 unicodepdy[wlen - 2] = cw * gui.char_width; in gui_mch_draw_string()
6299 unicodepdy[wlen - 1] = 0; in gui_mch_draw_string()
6302 unicodepdy[wlen - 1] = cw * gui.char_width; in gui_mch_draw_string()
6316 foptions, pcliprect, unicodepdy); in gui_mch_draw_string()
6321 foptions, pcliprect, unicodebuf, wlen, unicodepdy); in gui_mch_draw_string()
6342 if (unicodepdy != NULL) in gui_mch_draw_string()
[all …]
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt2011 unicodepdy[] as for UTF-8. (Taro Muraoka)
H A Dversion8.txt9009 Solution: Fix usage of unicodepdy. (Yasuhiro Matsumoto)