Home
last modified time | relevance | path

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

/dports/sysutils/screen/screen-4.8.0/
H A Dansi.c1873 LScrollV(&curr->w_layer, 1, curr->w_top, curr->w_bot, CURR_BCE);
1883 LScrollV(&curr->w_layer, -1, curr->w_top, curr->w_bot, CURR_BCE); in ReverseLineFeed()
1929 LScrollV(&curr->w_layer, n, curr->w_y, curr->w_bot, CURR_BCE);
1942 LScrollV(&curr->w_layer, -n, curr->w_y, curr->w_bot, CURR_BCE);
1951 LScrollV(&curr->w_layer, n, curr->w_top, curr->w_bot, CURR_BCE);
H A Dextern.h440 extern void LScrollV __P((struct layer *, int, int, int, int));
H A Dmark.c1482 LScrollV(flayer, i, 0, flayer->l_height - 1, 0);
1501 LScrollV(flayer, -i, 0, fore->w_height - 1, 0);
H A Dlayer.c190 void LScrollV(struct layer *l, int n, int ys, int ye, int bce) in LScrollV() function
751 LScrollV(l, 1, top, bot, bce); in LWrapChar()
H A Dscreen.c3227 LScrollV(flayer, -n, 0, flayer->l_height - 1, 0); in serv_select_fn()
3242 LScrollV(flayer, n, 0, cv->c_layer->l_height - 1, 0); in serv_select_fn()