Home | History | Annotate | Download | only in include

Lines Matching defs:getyx

908 #define getyx(win,y,x)   	(y = getcury(win), x = getcurx(win))
916 getyx(newscr,(y), (x)); \