Searched refs:_nc_makenew (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/ncurses/ncurses/base/ |
H A D | lib_newwin.c | 161 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 D | lib_pad.c | 60 win = NCURSES_SP_NAME(_nc_makenew) (NCURSES_SP_ARGx l, c, 0, 0, _ISPAD); in NCURSES_EXPORT()
|
/freebsd/contrib/ncurses/misc/ |
H A D | ncurses.supp | 155 fun:_nc_makenew
|
H A D | ncurses.def | 72 "_nc_makenew" @1025 NONAME
|
H A D | ncurses.ref | 560 "_nc_makenew" @1025 NONAME
|
/freebsd/contrib/ncurses/ncurses/ |
H A D | curses.priv.h | 2126 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 D | INSTALL | 1747 _nc_makenew (some configurations replace by _nc_makenew_sp)
|
H A D | NEWS | 11489 + add a check to _nc_makenew() to ensure that newwin() and newpad()
|