Home
last modified time | relevance | path

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

/dports/sysutils/screen/screen-4.8.0/
H A Dlayer.c85 # define RECODE_MLINE(ml) ((l->l_encoding == UTF8) != (D_encoding == UTF8) ? recode_mline(ml, l->l_… macro
88 # define RECODE_MLINE(ml) (ml) macro
290 rol = RECODE_MLINE(ol); in LInsChar()
491 ClearLine(ol ? mloff(RECODE_MLINE(ol), -vp->v_xoff) : (struct mline *)0, y2, xs2, xe2, bce); in LClearLine()
619 …DisplayLine(isblank ? &mline_blank : &mline_null, mloff(RECODE_MLINE(ml), -vp->v_xoff), y2, xs2, x… in LCDisplayLine()