Lines Matching defs:pair
48 init_pair(short pair, short f, short b)
54 if (pair < 1 || pair >= COLOR_PAIRS ||
58 ptp = cur_term->_pairs_tbl + pair;
69 /* and "pair" was previously defined, go through the curscr */
71 /* that use that color pair (this way when refresh will be */
83 chtype new_pair = COLOR_PAIR(pair);
114 /* send an escape to initialize the new pair */
117 _init_HP_pair(pair, f, b);
119 /* if that pair has not been previously initialized, it could not */
133 _init_HP_pair(short pair, short f, short b)
138 (void) tputs(tparm_p7(initialize_pair, (long) pair,