Searched refs:bgp (Results 1 – 8 of 8) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | highlight.pro | 42 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 D | gui_athena.pro | 16 void gui_mch_get_toolbar_colors(Pixel *bgp, Pixel *fgp, Pixel *bsp, Pixel *tsp, Pixel *hsp);
|
| H A D | gui_motif.pro | 39 void motif_get_toolbar_colors(Pixel *bgp, Pixel *fgp, Pixel *bsp, Pixel *tsp, Pixel *hsp);
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | ipfilter.vim | 34 syn keyword IPFService auth bgp domain finger ftp http https ident
|
| H A D | pf.vim | 87 syn keyword pfService bgp
|
| /vim-8.2.3635/src/ |
| H A D | highlight.c | 105 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 D | gui_athena.c | 1409 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 D | gui_motif.c | 3134 Pixel *bgp, in motif_get_toolbar_colors() argument 3141 XmNbackground, bgp, in motif_get_toolbar_colors()
|