Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_newwin.c161 win = NCURSES_SP_NAME(_nc_makenew) (NCURSES_SP_ARGx in NCURSES_SP_NAME()
225 win = NCURSES_SP_NAME(_nc_makenew) (NCURSES_SP_ARGx num_lines, num_columns, in derwin()
266 NCURSES_SP_NAME(_nc_makenew) (NCURSES_SP_DCLx in NCURSES_SP_NAME() argument
H A Dlib_pad.c60 win = NCURSES_SP_NAME(_nc_makenew) (NCURSES_SP_ARGx l, c, 0, 0, _ISPAD); in NCURSES_EXPORT()
/freebsd/contrib/ncurses/misc/
H A Dncurses.supp155 fun:_nc_makenew
H A Dncurses.def72 "_nc_makenew" @1025 NONAME
H A Dncurses.ref560 "_nc_makenew" @1025 NONAME
/freebsd/contrib/ncurses/ncurses/
H A Dcurses.priv.h2126 extern NCURSES_EXPORT(WINDOW *) _nc_makenew (int, int, int, int, int);
2587 extern NCURSES_EXPORT(WINDOW *) NCURSES_SP_NAME(_nc_makenew) (SCREEN*, int, int, int, int, int);
/freebsd/contrib/ncurses/
H A DINSTALL1747 _nc_makenew (some configurations replace by _nc_makenew_sp)
H A DNEWS11489 + add a check to _nc_makenew() to ensure that newwin() and newpad()