Home
last modified time | relevance | path

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

/dports/sysutils/screen/screen-4.8.0/
H A Dmark.c1330 LCDisplayLine(flayer, ml, y, xs, xe, isblank);
1357 LCDisplayLine(flayer, ml, y, xs, x - 1, isblank);
1385 LCDisplayLine(flayer, ml, y, x, xe, isblank);
H A Dextern.h445 extern void LCDisplayLine __P((struct layer *, struct mline *, int, int, int, int));
H A Dlayer.c583 void LCDisplayLine(struct layer *l, struct mline *ml, int y, int xs, int xe, int isblank) in LCDisplayLine() function
641 LCDisplayLine(l, ml, y, from, to, isblank); in LCDisplayLineWrap()
H A Dwindow.c400 LCDisplayLine(&fore->w_layer, &fore->w_mlines[y], y, from, to, isblank);