Home
last modified time | relevance | path

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

/openbsd/usr.bin/mg/
H A Ddisplay.c188 free(video[i].v_text); in vtresize()
189 video[i].v_text = NULL; in vtresize()
262 blanks.v_text[i] = ' '; in vtinit()
330 vp->v_text[vtcol++] = c; in vtputc()
365 vp->v_text[vtcol] = c; in vtpute()
388 vp->v_text[vtcol++] = ' '; in vteeol()
653 bcopy(vvp->v_text, pvp->v_text, ncol); in ucopy()
724 cp1 = &vvp->v_text[0]; in uline()
725 cp2 = &vvp->v_text[ncol]; in uline()
735 cp2 = &pvp->v_text[0]; in uline()
[all …]