Home
last modified time | relevance | path

Searched refs:mvwaddstr (Results 1 – 25 of 25) sorted by relevance

/titanic_50/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Daddnstr.c112 #undef mvwaddstr
115 mvwaddstr(WINDOW *w, int y, int x, const char *str) in mvwaddstr() function
H A Dgetwin.c50 #undef mvwaddstr
69 if (mvwaddstr(w, y, x, mbs) == ERR) in get_cc()
H A Dslk.c424 (void) mvwaddstr(__m_screen->_slk._w, 0, i, mbs); in slk_wset()
/titanic_50/usr/src/lib/libcurses/screen/
H A D_mvwaddstr.c49 mvwaddstr(WINDOW *win, int y, int x, char *str) in mvwaddstr() function
H A Dslk_refresh.c74 (void) mvwaddstr(win, 0, slk->_labx[i], in _slk_update()
H A Dmapfile-vers180 mvwaddstr;
H A Dcurses.ed703 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 Dllib-lcurses380 int mvwaddstr(WINDOW *win, int y, int x, char *str);
/titanic_50/usr/src/lib/libxcurses/src/libc/xcurses/
H A Daddnstr.c132 (mvwaddstr)(w, y, x, str) variable
H A Dgetwin.c66 if (mvwaddstr(w, y, x, mbs) == ERR)
H A Dslk.c359 (void) mvwaddstr(__m_screen->_slk._w, 0, i, mbs); in slk_wset()
/titanic_50/usr/src/ucbhead/
H A Dcurses.h132 #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 Dmapfile-vers215 mvwaddstr;
/titanic_50/usr/src/lib/libxcurses2/src/
H A Dmapfile-vers217 mvwaddstr;
/titanic_50/usr/src/man/man3xcurses/
H A DMakefile233 mvwaddstr.3xcurses \
438 mvwaddstr.3xcurses := LINKSRC = addnstr.3xcurses
/titanic_50/usr/src/lib/libxcurses2/h/
H A Dcurses.h518 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 Dcurses.h418 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 DMakefile328 mvwaddstr.3curses \
604 mvwaddstr.3curses := LINKSRC = curs_addstr.3curses
/titanic_50/usr/src/lib/libxcurses2/src/libc/
H A Dllib-lcurses72 int mvwaddstr(WINDOW *, int, int, const char *);
H A Dllib-lxcurses72 int mvwaddstr(WINDOW *, int, int, const char *);
/titanic_50/usr/src/lib/libxcurses/src/libc/
H A Dllib-lcurses72 int mvwaddstr(WINDOW *, int, int, const char *);
H A Dllib-lxcurses72 int mvwaddstr(WINDOW *, int, int, const char *);
/titanic_50/usr/src/pkg/manifests/
H A Dsystem-library.man3xcurses.inc271 link path=usr/share/man/man3xcurses/mvwaddstr.3xcurses target=addnstr.3xcurses
H A Dsystem-library.man3curses.inc430 link path=usr/share/man/man3curses/mvwaddstr.3curses \
/titanic_50/
H A D.gitignore5754 usr/src/man/man3curses/mvwaddstr.3curses
7934 usr/src/man/man3xcurses/mvwaddstr.3xcurses