waddnstr
return (waddnstr(stdscr, s, n));
return (wmove(stdscr, y, x) == ERR ? ERR : waddnstr(stdscr, s, n));
return (wmove(win, y, x) == ERR ? ERR : waddnstr(win, s, n));
return (waddnstr(win, str, -1));
return (waddnstr(win, sp, -1));
(void) waddnstr(w, v, (int)(vend - v));
(void) waddnstr(w, v, (int)(vend - v));
(void) waddnstr(w, v, (int)(_data_end(v, (int)(t - v)) - v));
(void) waddnstr(w, v, n);
(void) waddnstr(w, v, n);
(void) waddnstr(w, v, n);
(void) waddnstr(Win(m), Name(k), MaxName(m));
extern int waddnstr(WINDOW *, const char *, int);
#define addnstr(s,n) waddnstr(stdscr,s,n)
#define mvwaddnstr(w,y,x,s,n) (wmove(w,y,x)?ERR:waddnstr(w,s,n))
#define waddstr(w,wcs) waddnstr(w,wcs,-1)
code = waddnstr(stdscr, str, -1);
code = waddnstr(stdscr, str, -1);
code = waddnstr(w, str, -1);
code = waddnstr(w, str, -1);
code = waddnstr(stdscr, str, n);
code = waddnstr(stdscr, str, n);
code = waddnstr(w, str, n);
return __m_return_code("vw_printw", waddnstr(w, buffer, -1));
return __m_return_code("vwprintw", waddnstr(w, buffer, -1));
extern int waddnstr(WINDOW *, const char *, int);
#define addnstr(s, n) waddnstr(stdscr, s, n)
(wmove(__w1 = (w), y, x) ? (s, n, ERR) : waddnstr(__w1, s, n))
#define waddstr(w, wcs) waddnstr(w, wcs, -1)
code = waddnstr(stdscr, str, -1);
code = waddnstr(w, str, -1);
code = waddnstr(w, str, -1);
code = waddnstr(stdscr, str, n);
code = waddnstr(stdscr, str, n);
code = waddnstr(w, str, n);
code = waddnstr(stdscr, str, -1);
rv = waddnstr(w, buffer, -1);
rv = waddnstr(w, buffer, -1);