Searched defs:mvget_wstr (Results 1 – 4 of 4) sorted by relevance
113 (mvget_wstr)(y, x, wis) variable
100 mvget_wstr(int y, int x, wint_t *wis) in mvget_wstr() function
913 #define mvget_wstr(y, x, wcs) \ macro
952 #define mvget_wstr(y,x,wcs) (move(y,x)?ERR:get_wstr(wcs)) macro