Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dgui_x11.pro24 GuiFontset gui_mch_get_fontset(char_u *name, int giveErrorIfMissing, int fixed_width);
/vim-8.2.3635/src/
H A Dgui_x11.c2048 int fixed_width) in gui_mch_get_fontset() argument
2079 if (fixed_width && check_fontset_sanity(fontset) == FAIL) in gui_mch_get_fontset()
H A Dhighlight.c2090 fontset_name2handle(char_u *name, int fixed_width) in fontset_name2handle() argument
2095 return gui_mch_get_fontset(name, TRUE, fixed_width); in fontset_name2handle()