Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dgui_x11.pro23 void gui_mch_free_fontset(GuiFontset fontset);
/vim-8.2.3635/src/
H A Dhighlight.c872 gui_mch_free_fontset(temp_sg_fontset); in highlight_set_font()
1863 gui_mch_free_fontset(HL_TABLE()[idx].sg_fontset); in highlight_clear()
2125 gui_mch_free_fontset(HL_TABLE()[idx].sg_fontset); in hl_do_font()
4040 gui_mch_free_fontset(HL_TABLE()[idx].sg_fontset); in free_highlight_fonts()
4047 gui_mch_free_fontset(gui.fontset); in free_highlight_fonts()
H A Dgui_x11.c1800 gui_mch_free_fontset(gui.fontset); in gui_mch_init_font()
2034 gui_mch_free_fontset(GuiFontset fontset) in gui_mch_free_fontset() function