Home
last modified time | relevance | path

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

/openbsd/lib/libcurses/base/
H A Dnew_pair.c75 colorpair_t *list = sp->_color_pairs; in prev_len()
88 colorpair_t *list = sp->_color_pairs; in next_len()
102 colorpair_t *list = sp->_color_pairs; in dumpit()
164 colorpair_t *list = sp->_color_pairs; in delink_color_pair()
204 last = &(sp->_color_pairs[pair]); in _nc_reset_color_pair()
230 colorpair_t *list = sp->_color_pairs; in _nc_set_color_pair()
294 if (SP_PARM->_color_pairs == 0) { in NCURSES_SP_NAME()
316 pair = SP_PARM->_color_pairs[0].prev; in NCURSES_SP_NAME()
379 if (sp->_color_pairs) { in _nc_new_pair_leaks()
380 while (sp->_color_pairs[0].next) { in _nc_new_pair_leaks()
[all …]
H A Dlib_color.c411 if (SP_PARM->_color_pairs != 0) { in NCURSES_SP_NAME()
531 if (sp->_color_pairs == 0) { in _nc_reserve_pairs()
541 free(sp->_color_pairs); in _nc_reserve_pairs()
542 sp->_color_pairs = next; in _nc_reserve_pairs()
545 if (sp->_color_pairs != 0) { in _nc_reserve_pairs()
551 if (sp->_color_pairs != 0) { in _nc_reserve_pairs()
576 previous = sp->_color_pairs[pair]; in _nc_init_pair()
655 sp->_color_pairs[pair] = result; in _nc_init_pair()
1121 if (SP_PARM->_color_pairs) { in NCURSES_SP_NAME()
1123 free(SP_PARM->_color_pairs); in NCURSES_SP_NAME()
[all …]
H A Dlib_dft_fgbg.c84 if (SP_PARM->_color_pairs != 0) { in NCURSES_SP_NAME()
H A Dlib_set_term.c204 FreeIfNeeded(sp->_color_pairs); in delscreen()
/openbsd/lib/libcurses/
H A Dnew_pair.h92 typedef struct _color_pairs struct
129 typedef struct _color_pairs colorpair_t;
H A Dcurses.priv.h1059 colorpair_t *_color_pairs; /* screen's color pair list */ member
2003 if ((sp->_color_pairs == 0) || (want >= sp->_pair_alloc)) \
/openbsd/lib/libcurses/tty/
H A Dtty_update.c1338 && (isSamePair(SP_PARM->_color_pairs[oldPair], in TransformLine()
1339 SP_PARM->_color_pairs[newPair]))) { in TransformLine()
/openbsd/lib/libcurses/tinfo/
H A Dtinfo_driver.c334 if (sp->_color_pairs != 0) { in drv_defaultcolors()