/illumos-gate/usr/src/ucblib/libcurses/ |
H A D | tstp.c | 44 (void) mvcur(0, COLS - 1, LINES - 1, 0);
|
H A D | cr_put.c | 57 mvcur(int ly, int lx, int y, int x) function
|
H A D | refresh.c | 318 * perform a mvcur, leaving standout mode if necessary 328 (void) mvcur(oy, ox, ny, nx);
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | idlok.c | 235 (void) mvcur(cy, cx, y, 0); 245 (void) mvcur(cy, cx, bsy - idn, 0); 257 (void) mvcur(cy, cx, tsy, 0); 287 (void) mvcur(cy, cx, tsy + y, 0); 299 (void) mvcur(cy, cx, bsy - 1, 0); 310 (void) mvcur(cy, cx, tsy, 0); 329 (void) mvcur(cy, cx, bsy - idn, 0);
|
H A D | quick_echo.c | 77 (void) mvcur(curscr->_cury, curscr->_curx, SPy, SPx);
|
H A D | endwin.c | 116 (void) mvcur(curscr->_cury, curscr->_curx, curscr->_maxy - 1, 0);
|
H A D | wrefresh.c | 264 (void) mvcur(cy, cx, wy, wx); 558 (void) mvcur(cy, cx, wy, x); 559 /* MORE?: colors - mvcur will shuts of */ 586 (void) mvcur(cy, cx, wy, wx); 677 (void) mvcur(wy, wx, 693 (void) mvcur(wy, tempx, wy, 706 (void) mvcur(wy, (second ? color_attrx : 734 (void) mvcur(wy, wx + 1, wy, wx); 1059 (void) mvcur(cy, cx, cy, x); 1070 (void) mvcur(c [all...] |
H A D | mvcur.c | 89 mvcur(int cury, int curx, int newy, int newx) function
|
H A D | llib-lcurses | 804 /* mvcur.c */ 805 int mvcur(int cury, int curx, int newy, int newx);
|
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | mvcur.c | 32 * mvcur.c 44 "libxcurses/src/libc/xcurses/rcs/mvcur.c 1.4 1998/05/29 18:09:09 " 484 #undef mvcur macro 487 mvcur(int oy, int ox, int ny, int nx) function
|
/illumos-gate/usr/src/lib/libxcurses/ |
H A D | Makefile.com | 41 addnws.o flushinp.o mvcur.o tgetnum.o wclrbot.o \
|
/illumos-gate/usr/src/lib/libxcurses2/ |
H A D | Makefile.com | 39 addnws.o flushinp.o mvcur.o tgetnum.o wclrbot.o \
|
/illumos-gate/usr/src/ucbhead/ |
H A D | curses.h | 212 extern int mvcur(int, int, int, int);
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | mvcur.c | 30 * mvcur.c 40 static char rcsID[] = "$Header: /rd/src/libc/xcurses/rcs/mvcur.c 1.4 1995/06/15 18:56:03 ant Exp $"; 502 (mvcur)(oy, ox, ny, nx) function 506 __m_trace("mvcur(%d, %d, %d, %d)", oy, ox, ny, nx); 509 return __m_return_code("mvcur", __m_mvcur(oy, ox, ny, nx, __m_outc));
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/ |
H A D | llib-lcurses | 520 * mvcur.c 522 int mvcur(int, int, int, int);
|
H A D | llib-lxcurses | 520 * mvcur.c 522 int mvcur(int, int, int, int);
|
/illumos-gate/usr/src/lib/libxcurses2/src/libc/ |
H A D | llib-lcurses | 520 * mvcur.c 522 int mvcur(int, int, int, int);
|
H A D | llib-lxcurses | 520 * mvcur.c 522 int mvcur(int, int, int, int);
|
/illumos-gate/usr/src/lib/libcurses/ |
H A D | Makefile.com | 73 OBJS2= longname.o makenew.o memSset.o meta.o mvcur.o \
|
/illumos-gate/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 730 extern int mvcur(int, int, int, int); 1053 #define mvcur(or, oc, nr, nc) __m_mvcur(or, oc, nr, nc, __m_outc) macro
|
/illumos-gate/usr/src/man/man3curses/ |
H A D | Makefile | 297 mvcur.3curses \ 918 mvcur.3curses := LINKSRC = curs_terminfo.3curses
|
/illumos-gate/usr/src/man/man3xcurses/ |
H A D | Makefile | 100 mvcur.3xcurses \
|
/illumos-gate/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 482 extern int mvcur(int, int, int, int);
|