Lines Matching defs:cgc
4269 const struct grid_cell *cgc, const struct grid_cell *mkgc)
4315 gc->attr = cgc->attr;
4317 gc->fg = cgc->bg;
4318 gc->bg = cgc->fg;
4321 gc->fg = cgc->fg;
4322 gc->bg = cgc->bg;
4343 const struct grid_cell *mgc, const struct grid_cell *cgc,
4355 window_copy_update_style(wme, fx, fy, &gc, mgc, cgc,
4387 struct grid_cell gc, mgc, cgc, mkgc;
4400 style_apply(&cgc, oo, "copy-mode-current-match-style", ft);
4401 cgc.flags |= GRID_FLAG_NOPALETTE;
4406 screen_size_x(s), &mgc, &cgc, &mkgc);