Searched refs:fgp (Results 1 – 6 of 6) 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/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… 1966 guicolor_T *fgp, in set_group_colors() argument 1980 *fgp = HL_TABLE()[idx].sg_gui_fg; in set_group_colors() 1982 *fgp = gui.def_norm_pixel; in set_group_colors() 3539 syn_id2colors(int hl_id, guicolor_T *fgp, guicolor_T *bgp) in syn_id2colors() argument 3546 *fgp = sgp->sg_gui_fg; in syn_id2colors() 3557 syn_id2cterm_bg(int hl_id, int *fgp, int *bgp) in syn_id2cterm_bg() argument 3563 *fgp = sgp->sg_cterm_fg - 1; in syn_id2cterm_bg()
|
| H A D | gui_athena.c | 1410 Pixel *fgp, in gui_mch_get_toolbar_colors() argument 1415 XtVaGetValues(toolBar, XtNbackground, bgp, XtNborderColor, fgp, NULL); in gui_mch_get_toolbar_colors() 1417 *tsp = *fgp; in gui_mch_get_toolbar_colors()
|
| H A D | gui_motif.c | 3135 Pixel *fgp, in motif_get_toolbar_colors() argument 3142 XmNforeground, fgp, in motif_get_toolbar_colors()
|