/titanic_50/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | wbrdr_st.c | 94 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 D | whln_st.c | 62 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 D | waddwchn.c | 61 width = __m_cc_replace(w, w->_cury, x, cp, 0); in wadd_wchnstr()
|
H A D | m_cc.c | 517 __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 D | private.h | 169 extern int __m_cc_replace(WINDOW *, int, int, const cchar_t *, int);
|
H A D | wins_wch.c | 79 if (__m_cc_replace(w, y, x, cc, 0) != width) in __m_cc_ins()
|
/titanic_50/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | wbrdr_st.c | 98 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 D | whln_st.c | 66 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 D | waddchn.c | 61 width = __m_cc_replace(w, w->_cury, x, &cc, 0); in waddchnstr()
|
H A D | waddwchn.c | 62 width = __m_cc_replace(w, w->_cury, x, cp, 0);
|
H A D | m_cc.c | 512 __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 D | private.h | 183 extern int __m_cc_replace(WINDOW *, int, int, const cchar_t *, int);
|
H A D | wins_wch.c | 73 if (__m_cc_replace(w, y, x, cc, 0) != width)
|