Home | History | Annotate | Download | only in include

Lines Matching defs:getyx

1057 #define getyx(win,y,x)   	(y = getcury(win), x = getcurx(win))
1066 getyx(newscr,(y), (x)); \