Searched refs:alloc_pair (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/ncurses/ncurses/base/ |
H A D | new_pair.c | 264 NCURSES_SP_NAME(alloc_pair) (NCURSES_SP_DCLx int fg, int bg) in NCURSES_SP_NAME() argument 357 alloc_pair(int f, int b) in alloc_pair() function 359 return NCURSES_SP_NAME(alloc_pair) (CURRENT_SCREEN, f, b); in alloc_pair()
|
/freebsd/contrib/ncurses/include/ |
H A D | curses.h.in | 944 extern NCURSES_EXPORT(int) alloc_pair (int, int); 1095 extern NCURSES_EXPORT(int) NCURSES_SP_NAME(alloc_pair) (SCREEN*, int, int); /* implemented:EXT_SP_F…
|
/freebsd/contrib/ncurses/ncurses/ |
H A D | llib-lncursestw | 3622 #undef alloc_pair 3623 int alloc_pair(
|
H A D | llib-lncursesw | 3613 #undef alloc_pair 3614 int alloc_pair(
|
/freebsd/contrib/ncurses/ |
H A D | configure.in | 1237 AC_DEFINE(HAVE_ALLOC_PAIR,1,[Define to 1 to enable alloc_pair() function])
|
H A D | INSTALL | 1614 alloc_pair
|
H A D | NEWS | 2962 + move the data in SCREEN used for the alloc_pair() function to the 3125 + add ncurses/base/new_pair.c with alloc_pair(), find_pair() and
|