Searched defs:__m_cc_replace (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dm_cc.c512 __m_cc_replace(w, y, x, cc, as_is) function
647 width = __m_cc_replace(w, y, x, cc, as_is);
656 x += __m_cc_replace(w, y, x, cc, as_is);
747 * Return the value returned by __m_cc_replace().
766 /* __m_cc_replace() will erase the region containing
771 return __m_cc_replace(w, y, dx, &cc, 0);
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dm_cc.c517 __m_cc_replace(WINDOW *w, int y, int x, function
672 width = __m_cc_replace(w, y, x, cc, as_is);
682 x += __m_cc_replace(w, y, x, cc, as_is);
718 width = __m_cc_replace(w, y, x, cc, as_is);
919 * Return the value returned by __m_cc_replace().
937 * __m_cc_replace() will erase the region containing
942 return (__m_cc_replace(w, y, dx, &cc, 0));

Completed in 47 milliseconds