HomeSort by: relevance | last modified time | path
    Searched refs:refreshtop (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/xterm/dist/
util.c 190 int refreshtop; local
212 refreshtop = screen->bot_marg - refreshheight + 1 + shift;
214 if (refreshtop > i) {
215 refreshtop = i;
251 refreshtop += i;
262 refreshtop = screen->top_marg + shift;
263 scrolltop = refreshtop + refreshheight;
286 refreshtop,
292 refreshtop,
603 int refreshtop = 0 local
909 int refreshtop = screen->top_marg + shift; local
1264 int refreshtop = screen->cur_row + shift; local
1383 int refreshtop; local
    [all...]
scrollbar.c 404 int scrolltop, scrollheight, refreshtop; local
413 refreshtop = scrolltop = 0;
416 refreshtop = scrollheight;
425 OriginY(screen) + refreshtop * FontHeight(screen),
428 ScrnRefresh(xw, refreshtop, 0, lines, MaxCols(screen), False);

Completed in 5 milliseconds