Home
last modified time | relevance | path

Searched refs:__m_cc_next (Results 1 – 14 of 14) sorted by relevance

/titanic_50/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwinnstr.c68 x = __m_cc_next(w, y, x); in winnstr()
H A Dwin_wchn.c63 x = __m_cc_next(w, w->_cury, x); in win_wchnstr()
H A Dwinnwstr.c74 x = __m_cc_next(w, y, x); in winnwstr()
H A Dwdelch.c66 next = __m_cc_next(w, y, x); in wdelch()
H A Dm_cc.c480 __m_cc_next(WINDOW *w, int y, int x) in __m_cc_next() function
806 wlx = lx = __m_cc_next(parent, parentY, dx + lx) - 1; in __m_cc_erase_in_line_sub()
907 lx = __m_cc_next(w, ly, lx) - 1; in __m_cc_erase()
930 dx = __m_cc_next(w, y, x) - width; in __m_cc_expand()
H A Dprivate.h164 extern int __m_cc_next(WINDOW *, int, int);
H A Dgetwin.c145 i = __m_cc_next(w, y, i); in put_cc()
/titanic_50/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dwinnstr.c69 x = __m_cc_next(w, y, x);
H A Dwinnwstr.c70 x = __m_cc_next(w, y, x);
H A Dwin_wchn.c65 x = __m_cc_next(w, w->_cury, x);
H A Dwdelch.c66 next = __m_cc_next(w, y, x);
H A Dm_cc.c472 __m_cc_next(w, y, x) in __m_cc_next() function
696 lx = __m_cc_next(w, ly, lx) - 1;
760 dx = __m_cc_next(w, y, x) - width;
H A Dprivate.h178 extern int __m_cc_next(WINDOW *, int, int);
H A Dgetwin.c152 i = __m_cc_next(w, y, i);