Home
last modified time | relevance | path

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

/dports/sysutils/screen/screen-4.8.0/
H A Dlayer.c49 static struct mline *mloff __P((struct mline *, int));
60 static struct mline *mloff(struct mline *ml, int off) in mloff() function
168 ScrollH(y2, xs2, xe2, n, bce, ol ? mloff(ol, -vp->v_xoff) : 0); in LScrollH()
291 InsChar(RECODE_MCHAR(c2), xs2, xe2, y2, mloff(rol, -vp->v_xoff)); 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()
/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/dist/tools/ctf/cvt/
H A Ddwarf.c1019 Dwarf_Unsigned mloff; in die_sou_create() local
1047 &mloff, 0)) { in die_sou_create()
1049 (uintmax_t)mloff); in die_sou_create()
1050 ml->ml_offset = mloff * 8; in die_sou_create()