Searched refs:_nc_makenew (Results 1 – 8 of 8) sorted by relevance
| /freebsd-11-stable/contrib/ncurses/ncurses/base/ |
| HD | lib_newwin.c | 156 win = NCURSES_SP_NAME(_nc_makenew) (NCURSES_SP_ARGx in NCURSES_SP_NAME() 220 win = NCURSES_SP_NAME(_nc_makenew) (NCURSES_SP_ARGx num_lines, num_columns, in derwin() 261 NCURSES_SP_NAME(_nc_makenew) (NCURSES_SP_DCLx in NCURSES_SP_NAME() argument
|
| HD | lib_pad.c | 59 win = NCURSES_SP_NAME(_nc_makenew) (NCURSES_SP_ARGx l, c, 0, 0, _ISPAD); in NCURSES_EXPORT()
|
| /freebsd-11-stable/contrib/ncurses/misc/ |
| HD | ncurses.supp | 154 fun:_nc_makenew
|
| HD | ncurses.def | 72 "_nc_makenew" @1025 NONAME
|
| HD | ncurses.ref | 560 "_nc_makenew" @1025 NONAME
|
| /freebsd-11-stable/contrib/ncurses/ncurses/ |
| HD | curses.priv.h | 1990 extern NCURSES_EXPORT(WINDOW *) _nc_makenew (int, int, int, int, int); 2379 extern NCURSES_EXPORT(WINDOW *) NCURSES_SP_NAME(_nc_makenew) (SCREEN*, int, int, int, int, int);
|
| /freebsd-11-stable/contrib/ncurses/ |
| HD | INSTALL | 1186 _nc_makenew (some configurations replace by _nc_makenew_sp)
|
| HD | NEWS | 7108 + add a check to _nc_makenew() to ensure that newwin() and newpad()
|