Searched defs:_maxy (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 146 short _maxy, _maxx; /* Window dimensions. */ member in struct:window_t 342 #define getmaxyx(w, y, x) (y = (w)->_maxy, x = (w)->_maxx) 1080 #define redrawwin(w) wredrawln(__w1 = (w), 0, (__w1)->_maxy) 1086 #define touchwin(w) wtouchln(__w1 = (w), 0, __w1->_maxy, 1) 1087 #define untouchwin(w) wtouchln(__w1 = (w), 0, __w1->_maxy, 0)
|
/osnet-11/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 147 short _maxy, _maxx; /* Window dimensions. */ member in struct:window_t 357 #define getmaxyx(w,y,x) (y = (w)->_maxy, x = (w)->_maxx) 1069 #define redrawwin(w) wredrawln(w, 0, (w)->_maxy) 1081 #define touchwin(w) wtouchln(w, 0, (w)->_maxy, 1) 1082 #define untouchwin(w) wtouchln(w, 0, (w)->_maxy, 0)
|
Completed in 47 milliseconds