Searched refs:fixed_width (Results 1 – 3 of 3) sorted by relevance
24 GuiFontset gui_mch_get_fontset(char_u *name, int giveErrorIfMissing, int fixed_width);
2048 int fixed_width) in gui_mch_get_fontset() argument2079 if (fixed_width && check_fontset_sanity(fontset) == FAIL) in gui_mch_get_fontset()
2090 fontset_name2handle(char_u *name, int fixed_width) in fontset_name2handle() argument2095 return gui_mch_get_fontset(name, TRUE, fixed_width); in fontset_name2handle()