Home
last modified time | relevance | path

Searched defs:getbegyx (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h339 #define getbegyx(w, y, x) (y = (w)->_begy, x = (w)->_begx) macro
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h354 #define getbegyx(w,y,x) (y = (w)->_begy, x = (w)->_begx) macro