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

/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dendwin.c60 __m_mvcur(-1, -1, lines-1, 0, __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);
H A Dmvcur.c367 * Low-level relative cursor motion. __m_mvcur() looks for the optimal
372 * Since __m_mvcur() must perform output to various terminals, an API
376 __m_mvcur(oldrow, oldcol, newrow, newcol, putout) function
386 "__m_mvcur(%d, %d, %d, %d, %p)",
433 return __m_return_code("__m_mvcur", out_seq(best, putout));
474 * character basis in __m_mvcur().
509 return __m_return_code("mvcur", __m_mvcur(oy, ox, ny, nx, __m_outc));
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dendwin.c62 (void) __m_mvcur(-1, -1, lines-1, 0, __m_outc);
H A Dscr_dump.c110 (void) __m_mvcur(-1, -1, curscr->_cury, curscr->_curx, __m_outc);
H A Dprivate.h208 extern int __m_mvcur(int, int, int, int, int (*)(int));
H A Dmvcur.c358 * Low-level relative cursor motion. __m_mvcur() looks for the optimal
363 * Since __m_mvcur() must perform output to various terminals, an API
367 __m_mvcur(int oldrow, int oldcol, int newrow, int newcol, int (*putout)(int)) function
459 * character basis in __m_mvcur().
489 return (__m_mvcur(oy, ox, ny, nx, __m_outc));
H A Ddoupdate.c69 #define GOTO(r, c) ((void) __m_mvcur(curscr->_cury, curscr->_curx,\
191 (void) __m_mvcur(-1, -1, y, 0, __m_outc);
199 (void) __m_mvcur(y, 0, y + 1, 0, __m_outc);
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h1053 #define mvcur(or, oc, nr, nc) __m_mvcur(or, oc, nr, nc, __m_outc)

Completed in 56 milliseconds