Home
last modified time | relevance | path

Searched refs:alloc_pair (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/ncurses/ncurses/base/
H A Dnew_pair.c264 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 Dcurses.h.in944 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 Dllib-lncursestw3622 #undef alloc_pair
3623 int alloc_pair(
H A Dllib-lncursesw3613 #undef alloc_pair
3614 int alloc_pair(
/freebsd/contrib/ncurses/
H A Dconfigure.in1237 AC_DEFINE(HAVE_ALLOC_PAIR,1,[Define to 1 to enable alloc_pair() function])
H A DINSTALL1614 alloc_pair
H A DNEWS2962 + 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