Home
last modified time | relevance | path

Searched refs:__m_cc_first (Results 1 – 19 of 19) sorted by relevance

/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwins_wch.c66 x = __m_cc_first(w, y, x); in __m_cc_ins()
91 x = __m_cc_first(w, y, w->_maxx-1); in __m_cc_ins()
H A Dclrbot.c60 x = __m_cc_first(stdscr, stdscr->_cury, stdscr->_curx); in clrtobot()
H A Dclreol.c60 x = __m_cc_first(stdscr, stdscr->_cury, stdscr->_curx); in clrtoeol()
H A Dwclrbot.c60 x = __m_cc_first(w, w->_cury, w->_curx); in wclrtobot()
H A Dwclreol.c58 x = __m_cc_first(w, w->_cury, w->_curx); in wclrtoeol()
H A Dm_cc.c464 __m_cc_first(WINDOW *w, int y, int x) in __m_cc_first() function
500 first = __m_cc_first(w, y, x); in __m_cc_islast()
740 x = __m_cc_first(w, y, x); in __m_cc_modify()
805 xi = x = __m_cc_first(parent, parentY, dx + x); in __m_cc_erase_in_line_sub()
906 x = __m_cc_first(w, y, x); in __m_cc_erase()
932 dx = __m_cc_first(w, y, x); in __m_cc_expand()
H A Dwdelch.c67 x = __m_cc_first(w, y, x); in wdelch()
H A Dwscrl.c88 first = __m_cc_first(w, row + n, in wscrl()
H A Dprivate.h163 extern int __m_cc_first(WINDOW *, int, int);
H A Dwgetn_ws.c258 x = __m_cc_first(fld_window, y, x); in fld_erase()
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dwins_wch.c64 x = __m_cc_first(w, y, x);
84 x = __m_cc_first(w, y, w->_maxx-1);
H A Dclrbot.c61 x = __m_cc_first(stdscr, stdscr->_cury, stdscr->_curx); in clrtobot()
H A Dclreol.c61 x = __m_cc_first(stdscr, stdscr->_cury, stdscr->_curx); in clrtoeol()
H A Dwclrbot.c60 x = __m_cc_first(w, w->_cury, w->_curx);
H A Dwclreol.c60 x = __m_cc_first(w, w->_cury, w->_curx);
H A Dwdelch.c67 x = __m_cc_first(w, y, x);
H A Dm_cc.c454 __m_cc_first(w, y, x) in __m_cc_first() function
496 first = __m_cc_first(w, y, x);
695 x = __m_cc_first(w, y, x);
762 dx = __m_cc_first(w, y, x);
H A Dprivate.h177 extern int __m_cc_first(WINDOW *, int, int);
H A Dwgetn_ws.c234 x = __m_cc_first(fld_window, y, x); in fld_erase()