Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dhighlight.c63 GuiFontset sg_fontset; // GUI fontset handle member
862 HL_TABLE()[idx].sg_fontset = NOFONTSET; in highlight_set_font()
868 if (HL_TABLE()[idx].sg_fontset != NOFONTSET) in highlight_set_font()
1864 HL_TABLE()[idx].sg_fontset = NOFONTSET; in highlight_clear()
2135 if (HL_TABLE()[idx].sg_fontset != NOFONTSET) in hl_do_font()
2148 gui.menu_font = HL_TABLE()[idx].sg_fontset; in hl_do_font()
3231 && sgp->sg_fontset == NOFONTSET in set_hl_attr()
3245 at_en.ae_u.gui.fontset = sgp->sg_fontset; in set_hl_attr()
3713 if (hlt[id - 1].sg_fontset != hlt[id_S - 1].sg_fontset) in combine_stl_hlt()
3714 hlt[hlcnt + i].sg_fontset = hlt[id - 1].sg_fontset; in combine_stl_hlt()
[all …]