vline
int vline;
for (vline = 0; vline < VS_VIOLATION_LINES; vline++) {
switch (vline) {
extern int vline(chtype, int);
#define mvvline(y,x,ch,n) (move(y,x)?ERR:vline(ch,n))
extern int vline(chtype, int);
(move(y, x) ? (ch, n, ERR) : vline(ch, n))