/titanic_50/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | addnstr.c | 112 #undef mvwaddstr 115 mvwaddstr(WINDOW *w, int y, int x, const char *str) in mvwaddstr() function
|
H A D | getwin.c | 50 #undef mvwaddstr 69 if (mvwaddstr(w, y, x, mbs) == ERR) in get_cc()
|
H A D | slk.c | 424 (void) mvwaddstr(__m_screen->_slk._w, 0, i, mbs); in slk_wset()
|
/titanic_50/usr/src/lib/libcurses/screen/ |
H A D | _mvwaddstr.c | 49 mvwaddstr(WINDOW *win, int y, int x, char *str) in mvwaddstr() function
|
H A D | slk_refresh.c | 74 (void) mvwaddstr(win, 0, slk->_labx[i], in _slk_update()
|
H A D | mapfile-vers | 180 mvwaddstr;
|
H A D | curses.ed | 703 extern int mvwaddstr(WINDOW *, int, int, char *); 848 mvwaddchstr(), mvwaddnstr(), mvwaddstr(), mvwdelch(), 1044 mvwaddstr(stdscr, y, x, str) 1113 #define mvwaddstr(win, y, x, str) \
|
H A D | llib-lcurses | 380 int mvwaddstr(WINDOW *win, int y, int x, char *str);
|
/titanic_50/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | addnstr.c | 132 (mvwaddstr)(w, y, x, str) variable
|
H A D | getwin.c | 66 if (mvwaddstr(w, y, x, mbs) == ERR)
|
H A D | slk.c | 359 (void) mvwaddstr(__m_screen->_slk._w, 0, i, mbs); in slk_wset()
|
/titanic_50/usr/src/ucbhead/ |
H A D | curses.h | 132 #define mvwaddstr(win, y, x, str) VOID(wmove(win, y, x) == ERR? \ macro 143 #define mvaddstr(y, x, str) mvwaddstr(stdscr, y, x, str)
|
/titanic_50/usr/src/lib/libxcurses/src/ |
H A D | mapfile-vers | 215 mvwaddstr;
|
/titanic_50/usr/src/lib/libxcurses2/src/ |
H A D | mapfile-vers | 217 mvwaddstr;
|
/titanic_50/usr/src/man/man3xcurses/ |
H A D | Makefile | 233 mvwaddstr.3xcurses \ 438 mvwaddstr.3xcurses := LINKSRC = addnstr.3xcurses
|
/titanic_50/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 518 extern int mvwaddstr(WINDOW *, int, int, const char *); 790 #define mvwaddstr(w, y, x, s) \ macro
|
/titanic_50/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 418 extern int mvwaddstr(WINDOW *, int, int, const char *); 863 #define mvwaddstr(w,y,x,s) (wmove(w,y,x)?ERR:waddstr(w,s)) macro
|
/titanic_50/usr/src/man/man3curses/ |
H A D | Makefile | 328 mvwaddstr.3curses \ 604 mvwaddstr.3curses := LINKSRC = curs_addstr.3curses
|
/titanic_50/usr/src/lib/libxcurses2/src/libc/ |
H A D | llib-lcurses | 72 int mvwaddstr(WINDOW *, int, int, const char *);
|
H A D | llib-lxcurses | 72 int mvwaddstr(WINDOW *, int, int, const char *);
|
/titanic_50/usr/src/lib/libxcurses/src/libc/ |
H A D | llib-lcurses | 72 int mvwaddstr(WINDOW *, int, int, const char *);
|
H A D | llib-lxcurses | 72 int mvwaddstr(WINDOW *, int, int, const char *);
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | system-library.man3xcurses.inc | 271 link path=usr/share/man/man3xcurses/mvwaddstr.3xcurses target=addnstr.3xcurses
|
H A D | system-library.man3curses.inc | 430 link path=usr/share/man/man3curses/mvwaddstr.3curses \
|
/titanic_50/ |
H A D | .gitignore | 5754 usr/src/man/man3curses/mvwaddstr.3curses 7934 usr/src/man/man3xcurses/mvwaddstr.3xcurses
|