Home
last modified time | relevance | path

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

/dports/sysutils/screen/screen-4.8.0/
H A Dextern.h448 extern void LWrapChar __P((struct layer *, struct mchar *, int, int, int, int));
H A Dlayer.c638 LWrapChar(l, &nc, y - 1, -1, -1, 0); in LCDisplayLineWrap()
658 void LWrapChar(struct layer *l, struct mchar *c, int y, int top, int bot, int ins) in LWrapChar() function
H A Dansi.c879 LWrapChar(&curr->w_layer, &curr->w_rend, curr->w_y, curr->w_top, curr->w_bot, curr->w_insert);