Home
last modified time | relevance | path

Searched refs:__m_mvcur (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dendwin.c60 (void) __m_mvcur(-1, -1, lines-1, 0, __m_outc); in endwin()
H A Dscr_dump.c108 (void) __m_mvcur(-1, -1, curscr->_cury, curscr->_curx, __m_outc); in scr_replace()
H A Dmvcur.c365 __m_mvcur(int oldrow, int oldcol, int newrow, int newcol, int (*putout)(int)) in __m_mvcur() function
487 return (__m_mvcur(oy, ox, ny, nx, __m_outc)); in mvcur()
H A Dprivate.h206 extern int __m_mvcur(int, int, int, int, int (*)(int));
H A Ddoupdate.c67 #define GOTO(r, c) ((void) __m_mvcur(curscr->_cury, curscr->_curx,\
189 (void) __m_mvcur(-1, -1, y, 0, __m_outc); in clear_bottom()
197 (void) __m_mvcur(y, 0, y + 1, 0, __m_outc); in clear_bottom()
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dendwin.c58 __m_mvcur(-1, -1, lines-1, 0, __m_outc); in endwin()
H A Dmvcur.c374 __m_mvcur(oldrow, oldcol, newrow, newcol, putout)
507 return __m_return_code("mvcur", __m_mvcur(oy, ox, ny, nx, __m_outc));
H A Ddoupdate.c71 #define GOTO(r,c) (__m_mvcur(curscr->_cury, curscr->_curx,r,c,__m_outc),\
189 (void) __m_mvcur(-1, -1, y, 0, __m_outc);
197 (void) __m_mvcur(y, 0, y+1, 0, __m_outc);
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h1051 #define mvcur(or, oc, nr, nc) __m_mvcur(or, oc, nr, nc, __m_outc)