Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dhighlight.c102 static void gui_do_one_color(int idx, int do_menu, int do_tooltip);
105 …_colors(char_u *name, guicolor_T *fgp, guicolor_T *bgp, int do_menu, int use_norm, int do_tooltip);
106 static void hl_do_font(int idx, char_u *arg, int do_normal, int do_menu, int do_tooltip, int free_f…
1970 int do_tooltip) in set_group_colors() argument
1977 gui_do_one_color(idx, do_menu, do_tooltip); in set_group_colors()
2108 int do_tooltip UNUSED, // set tooltip font in hl_do_font()
2120 || do_tooltip in hl_do_font()
2131 || do_tooltip in hl_do_font()
2153 if (do_tooltip) in hl_do_font()
3618 int do_tooltip UNUSED) // TRUE: might set the tooltip font in gui_do_one_color()
[all …]