Home
last modified time | relevance | path

Searched refs:ucopy (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/usr.bin/mg/
H A Ddisplay.c63 void ucopy(struct video *, struct video *);
577 ucopy(vscreen[i], pscreen[i]); in update()
596 ucopy(vp1, vp2); in update()
612 ucopy(vp1, vp2); in update()
620 ucopy(vscreen[offs + i], pscreen[offs + i]); in update()
630 ucopy(vp1, vp2); in update()
646 ucopy(struct video *vvp, struct video *pvp) in ucopy() function