Home
last modified time | relevance | path

Searched refs:__m_cc_replace (Results 1 – 13 of 13) sorted by relevance

/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwbrdr_st.c94 if (__m_cc_replace(w, 0, 0, tl, 0) == -1) in wborder_set()
96 if (__m_cc_replace(w, 0, w->_maxx-1, tr, 0) == -1) in wborder_set()
98 if (__m_cc_replace(w, w->_maxy-1, 0, bl, 0) == -1) in wborder_set()
100 if (__m_cc_replace(w, w->_maxy-1, w->_maxx-1, br, 0) == -1) in wborder_set()
H A Dwhln_st.c62 if ((width = __m_cc_replace(w, w->_cury, x, h, 0)) == -1) in whline_set()
83 if (__m_cc_replace(w, y, w->_curx, v, 0) == -1) in wvline_set()
H A Dwaddwchn.c61 width = __m_cc_replace(w, w->_cury, x, cp, 0); in wadd_wchnstr()
H A Dm_cc.c517 __m_cc_replace(WINDOW *w, int y, int x, in __m_cc_replace() function
672 width = __m_cc_replace(w, y, x, cc, as_is); in __m_cc_add()
682 x += __m_cc_replace(w, y, x, cc, as_is); in __m_cc_add()
718 width = __m_cc_replace(w, y, x, cc, as_is); in __m_cc_add_k()
942 return (__m_cc_replace(w, y, dx, &cc, 0)); in __m_cc_expand()
H A Dprivate.h169 extern int __m_cc_replace(WINDOW *, int, int, const cchar_t *, int);
H A Dwins_wch.c79 if (__m_cc_replace(w, y, x, cc, 0) != width) in __m_cc_ins()
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dwbrdr_st.c98 if (__m_cc_replace(w, 0, 0, tl, 0) == -1)
100 if (__m_cc_replace(w, 0, w->_maxx-1, tr, 0) == -1)
102 if (__m_cc_replace(w, w->_maxy-1, 0, bl, 0) == -1)
104 if (__m_cc_replace(w, w->_maxy-1, w->_maxx-1, br, 0) == -1)
H A Dwhln_st.c66 if ((width = __m_cc_replace(w, w->_cury, x, h, 0)) == -1)
94 if (__m_cc_replace(w, y, w->_curx, v, 0) == -1)
H A Dwaddchn.c61 width = __m_cc_replace(w, w->_cury, x, &cc, 0); in waddchnstr()
H A Dwaddwchn.c62 width = __m_cc_replace(w, w->_cury, x, cp, 0);
H A Dm_cc.c512 __m_cc_replace(w, y, x, cc, as_is) in __m_cc_replace() function
647 width = __m_cc_replace(w, y, x, cc, as_is);
656 x += __m_cc_replace(w, y, x, cc, as_is);
771 return __m_cc_replace(w, y, dx, &cc, 0);
H A Dprivate.h183 extern int __m_cc_replace(WINDOW *, int, int, const cchar_t *, int);
H A Dwins_wch.c73 if (__m_cc_replace(w, y, x, cc, 0) != width)