Home
last modified time | relevance | path

Searched refs:isSamePair (Results 1 – 3 of 3) sorted by relevance

/openbsd/lib/libcurses/
H A Dnew_pair.h105 #define isSamePair(a,b) ((a).fg == (b).fg && (a).bg == (b).bg) macro
/openbsd/lib/libcurses/base/
H A Dlib_color.c650 && !isSamePair(previous, result)) { in _nc_init_pair()
/openbsd/lib/libcurses/tty/
H A Dtty_update.c1338 && (isSamePair(SP_PARM->_color_pairs[oldPair], in TransformLine()