Searched defs:_maxy (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/ucbhead/
H A Dcurses.h78 short _maxy, _maxx; member in struct:_win_st
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h146 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)
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h147 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 69 milliseconds