Searched refs:gui_mch_get_font (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10/vim-55/src/proto/
H A Dgui_riscos.pro17 GuiFont gui_mch_get_font __ARGS((char_u *name, int giveErrorIfMissing));
H A Dgui_gtk_x11.pro31 GuiFont gui_mch_get_font __ARGS((char_u *name, int report_error));
H A Dgui_photon.pro63 GuiFont gui_mch_get_font __ARGS((char_u *vim_font_name, int report_error));
H A Dgui_x11.pro17 GuiFont gui_mch_get_font __ARGS((char_u *name, int giveErrorIfMissing));
H A Dgui_w16.pro16 GuiFont gui_mch_get_font __ARGS((char_u *name, int giveErrorIfMissing));
H A Dgui_w32.pro16 GuiFont gui_mch_get_font __ARGS((char_u *name, int giveErrorIfMissing));
H A Dgui_mac.pro41 GuiFont gui_mch_get_font __ARGS((char_u *name, int giveErrorIfMissing));
/macosx-10.10/vim-55/src/
H A Dgui_x11.c1878 font = (XFontStruct *)gui_mch_get_font(font_name, FALSE);
1883 font = (XFontStruct *)gui_mch_get_font(font_name, FALSE);
1924 gui.bold_font = gui_mch_get_font(gui.rsrc_bold_font_name, FALSE);
1928 gui.ital_font = gui_mch_get_font(gui.rsrc_ital_font_name, FALSE);
1932 gui.boldital_font = gui_mch_get_font(gui.rsrc_boldital_font_name,
1968 gui_mch_get_font(name, giveErrorIfMissing) function
H A Dgui.c797 font = gui_mch_get_font(wide_name, FALSE);
833 font = gui_mch_get_font(font_name, FALSE);
H A Dgui_gtk_x11.c4345 font_desc = gui_mch_get_font(font_name, FALSE);
4437 gui_mch_get_font(char_u *name, int report_error) function
H A Dgui_photon.c3048 gui_mch_get_font(char_u *vim_font_name, int report_error) function
H A Dgui_riscos.c1039 gui_mch_get_font(name, giveErrorIfMissing) function
H A Dgui_w48.c1350 gui_mch_get_font( function
H A Dgui_mac.c3547 gui_mch_get_font(char_u *name, int giveErrorIfMissing) function
H A Dsyntax.c7996 return gui_mch_get_font(name, TRUE);

Completed in 224 milliseconds