Home
last modified time | relevance | path

Searched refs:__m_newwin (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dnewwin.c67 __m_newwin(WINDOW *parent, in __m_newwin() function
276 w = __m_newwin(parent, nlines, ncols, begy, begx); in derwin()
286 w = __m_newwin(NULL, nlines, ncols, begy, begx); in newwin()
299 w = __m_newwin(parent, nlines, ncols, begy, begx); in subwin()
H A Dnewpad.c57 w = __m_newwin((WINDOW *) 0, nlines, ncols, -1, -1); in newpad()
H A Ddupwin.c59 v = __m_newwin(w->_parent, w->_maxy, w->_maxx, w->_begy, w->_begx); in dupwin()
H A Dprivate.h204 extern WINDOW *__m_newwin(WINDOW *, int, int, int, int);
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dnewwin.c60 __m_newwin(parent, nlines, ncols, begy, begx) in __m_newwin() function
271 w = __m_newwin(parent, nlines, ncols, begy, begx);
286 w = __m_newwin((WINDOW *) 0, nlines, ncols, begy, begx);
308 w = __m_newwin(parent, nlines, ncols, begy, begx);
H A Dnewpad.c54 w = __m_newwin((WINDOW *) 0, nlines, ncols, -1, -1);
H A Ddupwin.c62 v = __m_newwin(w->_parent, w->_maxy, w->_maxx, w->_begy, w->_begx);
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h340 extern WINDOW *__m_newwin(WINDOW *, int, int, int, int);
1058 #define newpad(ny, nx) __m_newwin((WINDOW *) 0, ny, nx, -1, -1)