Lines Matching refs:ci2
1651 struct screen_write_citem *ci, *ci2, *tmp, *before = NULL;
1712 ci2 = screen_write_get_citem();
1713 ci2->type = ci->type;
1714 ci2->bg = ci->bg;
1715 memcpy(&ci2->gc, &ci->gc, sizeof ci2->gc);
1716 TAILQ_INSERT_AFTER(&cl->items, ci, ci2, entry);
1719 ci2->x = ex + 1;
1720 ci2->used = cex - ex;
1723 ci->x, ci->x + ci->used - 1, ci, ci2->x,
1724 ci2->x + ci2->used - 1, ci2);
1725 before = ci2;