Searched refs:LayRedisplayLine (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/screen-22/screen/
H A Dlayer.h61 #define LayRedisplayLine (*flayer->l_layfn->lf_LayRedisplayLine) macro
H A Dinput.c341 LAY_CALL_UP(LayRedisplayLine(INPUTLINE, 0, flayer->l_width - 1, 0));
355 LAY_CALL_UP(LayRedisplayLine(y, xs, xe, isblank));
H A Dbraille.c348 LayRedisplayLine(-1, xs, xe, 1);
349 LayRedisplayLine(y, xs, xe, 1);
418 LayRedisplayLine(-1, xs, xe, 1);
419 LayRedisplayLine(y, xs, xe, 1);
H A Dscreen.c3033 LayRedisplayLine(-1, -1, -1, 1);
3035 LayRedisplayLine(i, 0, flayer->l_width - 1, 1);
3049 LayRedisplayLine(-1, -1, -1, 1);
3051 LayRedisplayLine(i + flayer->l_height - n, 0, flayer->l_width - 1, 1);
3068 LayRedisplayLine(-1, -1, -1, 1);
3072 LayRedisplayLine(i, 0, n - 1, 1);
3090 LayRedisplayLine(-1, -1, -1, 1);
3094 LayRedisplayLine(i, flayer->l_width - n, flayer->l_width - 1, 1);
H A Dsearch.c304 LayRedisplayLine(INPUTLINE, 0, flayer->l_width - 1, 0);
H A Dlayer.c880 LayRedisplayLine(-1, -1, -1, 1);
882 LayRedisplayLine(y, 0, l->l_width - 1, 1);
H A Dresize.c421 CV_CALL(cv, LayRedisplayLine(-1, -1, -1, 0));
H A Ddisplay.c2483 CV_CALL(cv, LayRedisplayLine(-1, -1, -1, isblank));
2564 /* call LayRedisplayLine on canvas lcv viewport lvp */
2596 LayRedisplayLine(yy, from - lvp->v_xoff, xx - lvp->v_xoff, isblank);

Completed in 181 milliseconds