Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Ddoupdate.c262 if (!__m_cc_compare(--nptr, &newscr->_bg, 1))
281 for (count = 0; __m_cc_compare(optr, nptr, 1); ++count) {
321 && (!__m_cc_compare(optr, nptr, 1) || 0 < count--)) {
414 if (!__m_cc_compare(optr, &newscr->_bg, 1))
639 if (!__m_cc_compare(old, new, 1))
H A Dwbkgrnd.c70 if (__m_cc_compare(cp, &w->_bg, 0)) {
H A Dprivate.h180 extern int __m_cc_compare(const cchar_t *, const cchar_t *, int);
H A Dm_cc.c779 __m_cc_compare(c1, c2, exact) in __m_cc_compare() function
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Ddoupdate.c249 if (!__m_cc_compare(--nptr, &newscr->_bg, 1)) in _find_blank_tail()
430 if (!__m_cc_compare(&optr[col], &nptr[col], 1)) in _findRegions()
439 if (__m_cc_compare(&optr[col + deleteCount], in _findRegions()
464 cmp = __m_cc_compare(&optr[col + bestDeleteCount], in _findRegions()
H A Dcopywin.c104 if (__m_cc_compare(st, &bg, 1)) in copywin()
H A Dprivate.h166 extern int __m_cc_compare(const cchar_t *, const cchar_t *, int);
H A Dm_cc.c967 __m_cc_compare(const cchar_t *c1, const cchar_t *c2, int exact) in __m_cc_compare() function