Home | History | Annotate | Download | only in include

Lines Matching refs:getparyx

911 #define getparyx(win,y,x)	(y = getpary(win), x = getparx(win))