Home
last modified time | relevance | path

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

/dports/sysutils/screen/screen-4.8.0/
H A Dextern.h439 extern void LScrollH __P((struct layer *, int, int, int, int, int, struct mline *));
H A Dscreen.c3263 LScrollH(flayer, -n, i, 0, flayer->l_width - 1, 0, 0); in serv_select_fn()
3283 LScrollH(flayer, n, i, 0, flayer->l_width - 1, 0, 0); in serv_select_fn()
H A Dansi.c1902 LScrollH(&curr->w_layer, -n, y, x, curr->w_width - 1, CURR_BCE, &mline_old);
1916 LScrollH(&curr->w_layer, n, y, x, curr->w_width - 1, CURR_BCE, &mline_old);
H A Dlayer.c141 void LScrollH(struct layer *l, int n, int y, int xs, int xe, int bce, struct mline *ol) in LScrollH() function