Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dhighlight.pro42 int syn_id2colors(int hl_id, guicolor_T *fgp, guicolor_T *bgp);
43 void syn_id2cterm_bg(int hl_id, int *fgp, int *bgp);
H A Dgui_athena.pro16 void gui_mch_get_toolbar_colors(Pixel *bgp, Pixel *fgp, Pixel *bsp, Pixel *tsp, Pixel *hsp);
H A Dgui_motif.pro39 void motif_get_toolbar_colors(Pixel *bgp, Pixel *fgp, Pixel *bsp, Pixel *tsp, Pixel *hsp);
/vim-8.2.3635/runtime/syntax/
H A Dipfilter.vim34 syn keyword IPFService auth bgp domain finger ftp http https ident
H A Dpf.vim87 syn keyword pfService bgp
/vim-8.2.3635/src/
H A Dhighlight.c105 static int set_group_colors(char_u *name, guicolor_T *fgp, guicolor_T *bgp, int do_menu, int use_n…
1967 guicolor_T *bgp, in set_group_colors() argument
1984 *bgp = HL_TABLE()[idx].sg_gui_bg; in set_group_colors()
1986 *bgp = gui.def_back_pixel; in set_group_colors()
3539 syn_id2colors(int hl_id, guicolor_T *fgp, guicolor_T *bgp) in syn_id2colors() argument
3547 *bgp = sgp->sg_gui_bg; in syn_id2colors()
3557 syn_id2cterm_bg(int hl_id, int *fgp, int *bgp) in syn_id2cterm_bg() argument
3564 *bgp = sgp->sg_cterm_bg - 1; in syn_id2cterm_bg()
H A Dgui_athena.c1409 Pixel *bgp, in gui_mch_get_toolbar_colors() argument
1415 XtVaGetValues(toolBar, XtNbackground, bgp, XtNborderColor, fgp, NULL); in gui_mch_get_toolbar_colors()
1416 *bsp = *bgp; in gui_mch_get_toolbar_colors()
H A Dgui_motif.c3134 Pixel *bgp, in motif_get_toolbar_colors() argument
3141 XmNbackground, bgp, in motif_get_toolbar_colors()