Home
last modified time | relevance | path

Searched refs:D_bot (Results 1 – 2 of 2) sorted by relevance

/dports/sysutils/screen/screen-4.8.0/
H A Ddisplay.c445 D_top = D_bot = -1;
997 || (y2 > D_bot && y1 <= D_bot) /* have to cross border */
1197 if (y2 > D_bot || (y2 == D_bot && x2 >= D_width - 1))
1450 if (D_bot > ye || D_bot < ys)
1451 missy = D_bot;
1454 missy = D_bot - n;
1469 oldbot = D_bot;
1479 (oldbot == D_bot && up && D_top == ys && D_bot == ye)))
2929 D_bot = newbot;
3217 D_top = D_bot = -1; in NukePending()
[all …]
H A Ddisplay.h220 #define D_bot DISPLAY(d_bot) macro