mvvline
mvvline(int y, int x, chtype c, int n)
#define mvvline(y,x,ch,n) (move(y,x)?ERR:vline(ch,n))
#undef mvvline
mvvline(int y, int x, chtype v, int n)
#define mvvline(y, x, ch, n) \
mvvline(int y, int x, chtype v, int n)
#undef mvvline