Lines Matching refs:mgc
4330 struct grid_cell *gc, const struct grid_cell *mgc,
4391 gc->attr = mgc->attr;
4393 gc->fg = mgc->bg;
4394 gc->bg = mgc->fg;
4397 gc->fg = mgc->fg;
4398 gc->bg = mgc->bg;
4405 const struct grid_cell *mgc, const struct grid_cell *cgc,
4417 window_copy_update_style(wme, fx, fy, &gc, mgc, cgc,
4449 struct grid_cell gc, mgc, cgc, mkgc;
4460 style_apply(&mgc, oo, "copy-mode-match-style", ft);
4461 mgc.flags |= GRID_FLAG_NOPALETTE;
4468 screen_size_x(s), &mgc, &cgc, &mkgc);