Home
last modified time | relevance | path

Searched refs:LClearArea (Results 1 – 6 of 6) sorted by relevance

/dports/sysutils/screen/screen-4.8.0/
H A Dinput.c292 LClearArea(flayer, x, INPUTLINE, x + inpdata->inp.len - 1, INPUTLINE, 0, 0);
302LClearArea(flayer, x, INPUTLINE, x + inpdata->inp.len - inpdata->inp.pos - 1, INPUTLINE, 0, 0);
378LClearArea(flayer, inpdata->inpstringlen, INPUTLINE, inpdata->inpstringlen + inpdata->inp.len - 1,…
524 LClearArea(flayer, q, y, q + l - 1, y, 0, 0);
H A Dhelp.c440 LClearArea(flayer, xs, y, xe, y, 0, 0); in HelpRedisplayLine()
694 LClearArea(flayer, xs, y, xe, y, 0, 0); in CopyrightRedisplayLine()
879 LClearArea(flayer, xs, y, xe, y, 0, 0); in BindkeyRedisplayLine()
H A Dlist_generic.c358 LClearArea(flayer, xs, y, xe, y, 0, 0); in ListRedisplayLine()
H A Dlayer.c496 void LClearArea(struct layer *l, int xs, int ys, int xe, int ye, int bce, int uself) in LClearArea() function
845 LClearArea(l, 0, 0, l->l_width - 1, l->l_height - 1, 0, uself); in LClearAll()
858 LClearArea(l, 0, 0, l->l_width - 1, l->l_height - 1, 0, 0); in LRefreshAll()
H A Dextern.h442 extern void LClearArea __P((struct layer *, int, int, int, int, int, int));
H A Dansi.c1990 LClearArea(&curr->w_layer, 0, 0, curr->w_width - 1, curr->w_height - 1, CURR_BCE, 1); in ClearScreen()
2003 LClearArea(&curr->w_layer, 0, 0, x, y, CURR_BCE, 1); in ClearFromBOS()
2019 LClearArea(&curr->w_layer, x, y, cols - 1, rows - 1, CURR_BCE, 1); in ClearToEOS()
2029 LClearArea(&curr->w_layer, from, y, to, y, CURR_BCE, 1);