Searched defs:__m_newwin (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dnewwin.c62 __m_newwin(parent, nlines, ncols, begy, begx) function
71 "__m_newwin(%p, %d, %d, %d, %d)",
215 return __m_return_pointer("__m_newwin", w);
219 return __m_return_pointer("__m_newwin", (WINDOW *) 0);
273 w = __m_newwin(parent, nlines, ncols, begy, begx);
288 w = __m_newwin((WINDOW *) 0, nlines, ncols, begy, begx);
310 w = __m_newwin(parent, nlines, ncols, begy, begx);
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dnewwin.c69 __m_newwin(WINDOW *parent, function
278 w = __m_newwin(parent, nlines, ncols, begy, begx);
288 w = __m_newwin(NULL, nlines, ncols, begy, begx);
301 w = __m_newwin(parent, nlines, ncols, begy, begx);

Completed in 69 milliseconds