Searched defs:boty (Results 1 - 8 of 8) sorted by relevance
/osnet-11/usr/src/lib/libcurses/screen/ |
H A D | wsetscrreg.c | 54 wsetscrreg(WINDOW *win, int topy, int boty) argument 56 if (topy < 0 || topy >= win->_maxy || boty < 0 || boty >= win->_maxy) 62 win->_bmarg = (short) boty;
|
H A D | wnoutref.c | 57 boty, sminy, smaxy, minx, maxx, lo, hi; local 95 boty = win->_maxy+yorg; 96 if (yorg >= sminy && yorg < smaxy && boty >= smaxy) 97 boty = smaxy; 99 if (boty > scrli) 100 boty = scrli; 101 boty -= yorg; 125 for (y = 0; y < boty; ++y, ++hash, ++bch, ++ech, ++sbch,
|
H A D | wrefresh.c | 88 int wx, wy, nc, boty, clby, idby, *hs, curwin; local 209 boty = _VIRTBOT + 1; 213 for (; wy < boty; ++wy, ++bnsch, ++ensch) { 227 clby = _getceod(wy, boty); 236 _useceod(wy, boty); 1137 * topy, boty: the region to consider 1141 _getceod(int topy, int boty) argument 1148 if ((topy + 1) >= boty) 1149 return (boty); 1151 wy = boty 1177 _useceod(int topy, int boty) argument [all...] |
/osnet-11/usr/src/lib/libplot/vt0/common/ |
H A D | subr.c | 36 float oboty, boty, scaley; variable 50 ya = (int)((yi - oboty) * scaley + boty);
|
/osnet-11/usr/src/lib/libplot/t300/common/ |
H A D | open.c | 41 float botx = 0.0, boty = 0.0, obotx = 0.0, oboty = 0.0; variable
|
/osnet-11/usr/src/lib/libplot/t300s/common/ |
H A D | open.c | 41 float botx = 0.0, boty = 0.0, obotx = 0.0, oboty = 0.0; variable
|
/osnet-11/usr/src/lib/libplot/t450/common/ |
H A D | open.c | 39 float botx = 0.0, boty = 0.0, obotx = 0.0, oboty = 0.0; variable
|
/osnet-11/usr/src/lib/libplot/t4014/common/ |
H A D | subr.c | 41 float boty = 0.0; variable 63 y = (short)((y - oboty) * scaley + boty);
|
Completed in 21 milliseconds