Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwbrdr_st.c92 if (__m_cc_replace(w, 0, 0, tl, 0) == -1) in wborder_set()
94 if (__m_cc_replace(w, 0, w->_maxx-1, tr, 0) == -1) in wborder_set()
96 if (__m_cc_replace(w, w->_maxy-1, 0, bl, 0) == -1) in wborder_set()
98 if (__m_cc_replace(w, w->_maxy-1, w->_maxx-1, br, 0) == -1) in wborder_set()
H A Dwhln_st.c60 if ((width = __m_cc_replace(w, w->_cury, x, h, 0)) == -1) in whline_set()
81 if (__m_cc_replace(w, y, w->_curx, v, 0) == -1) in wvline_set()
H A Dwaddwchn.c59 width = __m_cc_replace(w, w->_cury, x, cp, 0); in wadd_wchnstr()
H A Dm_cc.c515 __m_cc_replace(WINDOW *w, int y, int x, in __m_cc_replace() function
670 width = __m_cc_replace(w, y, x, cc, as_is); in __m_cc_add()
680 x += __m_cc_replace(w, y, x, cc, as_is); in __m_cc_add()
716 width = __m_cc_replace(w, y, x, cc, as_is); in __m_cc_add_k()
940 return (__m_cc_replace(w, y, dx, &cc, 0)); in __m_cc_expand()
H A Dprivate.h167 extern int __m_cc_replace(WINDOW *, int, int, const cchar_t *, int);
H A Dwins_wch.c77 if (__m_cc_replace(w, y, x, cc, 0) != width) in __m_cc_ins()
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dwbrdr_st.c96 if (__m_cc_replace(w, 0, 0, tl, 0) == -1)
98 if (__m_cc_replace(w, 0, w->_maxx-1, tr, 0) == -1)
100 if (__m_cc_replace(w, w->_maxy-1, 0, bl, 0) == -1)
102 if (__m_cc_replace(w, w->_maxy-1, w->_maxx-1, br, 0) == -1)
H A Dwhln_st.c64 if ((width = __m_cc_replace(w, w->_cury, x, h, 0)) == -1)
92 if (__m_cc_replace(w, y, w->_curx, v, 0) == -1)
H A Dwaddchn.c59 width = __m_cc_replace(w, w->_cury, x, &cc, 0); in waddchnstr()
H A Dwaddwchn.c60 width = __m_cc_replace(w, w->_cury, x, cp, 0);
H A Dm_cc.c510 __m_cc_replace(w, y, x, cc, as_is) in __m_cc_replace() function
645 width = __m_cc_replace(w, y, x, cc, as_is);
654 x += __m_cc_replace(w, y, x, cc, as_is);
769 return __m_cc_replace(w, y, dx, &cc, 0);
H A Dprivate.h181 extern int __m_cc_replace(WINDOW *, int, int, const cchar_t *, int);
H A Dwins_wch.c71 if (__m_cc_replace(w, y, x, cc, 0) != width)