__m_newwin
#define newpad(ny, nx) __m_newwin((WINDOW *) 0, ny, nx, -1, -1)
extern WINDOW *__m_newwin(WINDOW *, int, int, int, int);
v = __m_newwin(w->_parent, w->_maxy, w->_maxx, w->_begy, w->_begx);
w = __m_newwin((WINDOW *) 0, nlines, ncols, -1, -1);
w = __m_newwin(parent, nlines, ncols, begy, begx);
w = __m_newwin((WINDOW *) 0, nlines, ncols, begy, begx);
w = __m_newwin(parent, nlines, ncols, begy, begx);
v = __m_newwin(w->_parent, w->_maxy, w->_maxx, w->_begy, w->_begx);
w = __m_newwin((WINDOW *) 0, nlines, ncols, -1, -1);
w = __m_newwin(parent, nlines, ncols, begy, begx);
w = __m_newwin(NULL, nlines, ncols, begy, begx);
w = __m_newwin(parent, nlines, ncols, begy, begx);
extern WINDOW *__m_newwin(WINDOW *, int, int, int, int);