Searched refs:_color_pairs (Results 1 – 8 of 8) sorted by relevance
75 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 …]
411 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 …]
84 if (SP_PARM->_color_pairs != 0) { in NCURSES_SP_NAME()
204 FreeIfNeeded(sp->_color_pairs); in delscreen()
92 typedef struct _color_pairs struct129 typedef struct _color_pairs colorpair_t;
1059 colorpair_t *_color_pairs; /* screen's color pair list */ member2003 if ((sp->_color_pairs == 0) || (want >= sp->_pair_alloc)) \
1338 && (isSamePair(SP_PARM->_color_pairs[oldPair], in TransformLine()1339 SP_PARM->_color_pairs[newPair]))) { in TransformLine()
334 if (sp->_color_pairs != 0) { in drv_defaultcolors()