mvwaddstr
#define mvaddstr(y, x, s) mvwaddstr(stdscr, y, x, s)
mvwaddstr(win, y + 0, x, "+-----+");
mvwaddstr(win, y + 1, x, "| |");
mvwaddstr(win, y + 2, x, "| |");
mvwaddstr(win, y + 3, x, "| |");
mvwaddstr(win, y + 4, x, "+-----+");
mvwaddstr(Msgwin, Lineno, 0, mp);
mvwaddstr(Miles, 0, 0, "--MILEAGE--");
mvwaddstr(Miles, 0, 41, "--MILEAGE--");
mvwaddstr(Score, ERR_Y, ERR_X, Initstr);
mvwaddstr(Score, 12, 21,
mvwaddstr(Score, 12, 21,
mvwaddstr(Miles, i + 1, (j << 2) + temp, name);
mvwaddstr(Score, ERR_Y, ERR_X, buf);
(void) mvwaddstr(slot_w, 3, 0, "DBP");
(void) mvwaddstr(slot_w, 1, 0, "OBP");
(void) mvwaddstr(slot_w, 0, 0, " ");
(void) mvwaddstr(slot_w, 1, 0, " ");
(void) mvwaddstr(slot_w, 1, 0, "OBP");
(void) mvwaddstr(slot_w, 2, 0, " ");
(void) mvwaddstr(slot_w, 3, 0, " ");
(void) mvwaddstr(slot_w, 3, 0, "DBP");
#define mvaddstr(y,x,str) mvwaddstr(stdscr,(y),(x),(str))
extern NCURSES_EXPORT(int) mvwaddstr (WINDOW *, int, int, const char *); /* generated */
(void)mvwaddstr(field->working, 0, 0, value);