Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/proto/
H A Dgui_x11.pro22 void gui_mch_free_font(GuiFont font);
H A Dgui_gtk_x11.pro39 void gui_mch_free_font(GuiFont font);
H A Dgui_photon.pro71 void gui_mch_free_font(GuiFont font);
H A Dgui_haiku.pro21 void gui_mch_free_font(GuiFont font);
H A Dgui_w32.pro22 void gui_mch_free_font(GuiFont font);
/dports/editors/vim/vim-8.2.3745/src/
H A Dhighlight.c886 gui_mch_free_font(temp_sg_font); in highlight_set_font()
1862 gui_mch_free_font(HL_TABLE()[idx].sg_font); in highlight_clear()
2172 gui_mch_free_font(HL_TABLE()[idx].sg_font); in hl_do_font()
4039 gui_mch_free_font(HL_TABLE()[idx].sg_font); in free_highlight_fonts()
4047 gui_mch_free_font(gui.norm_font); in free_highlight_fonts()
4052 gui_mch_free_font(gui.bold_font); in free_highlight_fonts()
4053 gui_mch_free_font(gui.ital_font); in free_highlight_fonts()
4054 gui_mch_free_font(gui.boldital_font); in free_highlight_fonts()
H A Dgui_photon.c2881 gui_mch_free_font(gui.norm_font); in gui_mch_init_font()
2900 gui_mch_free_font(gui.norm_font); in gui_mch_init_font()
2904 gui_mch_free_font(gui.bold_font); in gui_mch_init_font()
2908 gui_mch_free_font(gui.ital_font); in gui_mch_init_font()
2984 gui_mch_free_font(GuiFont font) in gui_mch_free_font() function
H A Dgui_w32.c1569 gui_mch_free_font(GuiFont font) in gui_mch_free_font() function
3277 gui_mch_free_font(gui.wide_ital_font); in gui_mch_wide_font_changed()
3279 gui_mch_free_font(gui.wide_bold_font); in gui_mch_wide_font_changed()
3281 gui_mch_free_font(gui.wide_boldital_font); in gui_mch_wide_font_changed()
3334 gui_mch_free_font(gui.norm_font); in gui_mch_init_font()
3355 gui_mch_free_font(gui.ital_font); in gui_mch_init_font()
3357 gui_mch_free_font(gui.bold_font); in gui_mch_init_font()
3359 gui_mch_free_font(gui.boldital_font); in gui_mch_init_font()
H A Dgui_x11.c1798 gui_mch_free_font(gui.norm_font); in gui_mch_init_font()
2023 gui_mch_free_font(GuiFont font) in gui_mch_free_font() function
H A Dgui.c1005 gui_mch_free_font(gui.wide_font); in set_guifontwide()
1046 gui_mch_free_font(gui.wide_font); in gui_get_wide_font()
1053 gui_mch_free_font(font); in gui_get_wide_font()
H A Dgui_gtk_x11.c4946 gui_mch_free_font(gui.norm_font); in gui_mch_init_font()
5108 gui_mch_free_font(GuiFont font) in gui_mch_free_font() function
H A Dgui_haiku.cc3961 gui_mch_free_font( in gui_mch_free_font() function
H A Devalfunc.c4517 gui_mch_free_font(font); in f_getfontname()