Home
last modified time | relevance | path

Searched refs:waddchstr (Results 1 – 22 of 22) sorted by relevance

/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Daddchn.c125 #undef waddchstr
128 waddchstr(WINDOW *w, const chtype *chs) in waddchstr() function
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/
H A Daddchn.c161 #undef waddchstr
164 waddchstr(w, chs) in waddchstr() function
/titanic_41/usr/src/lib/libcurses/screen/
H A D_addchstr.c51 return (waddchstr(stdscr, s)); in addchstr()
H A D_waddchstr.c49 waddchstr(WINDOW *win, chtype *str) in waddchstr() function
H A D_mvaddchstr.c51 return (wmove(stdscr, y, x) == ERR ? ERR : waddchstr(stdscr, s)); in mvaddchstr()
H A D_mvwaddchstr.c51 return (wmove(win, y, x) == ERR ? ERR : waddchstr(win, ch)); in mvwaddchstr()
H A Dmapfile-vers303 waddchstr;
H A Dcurses.ed744 extern int waddchstr(WINDOW *, chtype *);
860 waddchstr(), waddstr(), wclear(),
932 #define addchstr(str) waddchstr(stdscr, str)
1134 (wmove(win, y, x) == ERR ? ERR : waddchstr(win, str))
1277 #define waddchstr(win, str) waddchnstr((win), (str), -1)
H A Dllib-lcurses549 int waddchstr(WINDOW *win, chtype *str);
/titanic_41/usr/src/lib/libxcurses/src/
H A Dmapfile-vers351 waddchstr;
/titanic_41/usr/src/lib/libxcurses/h/
H A Dcurses.h404 extern int waddchstr(WINDOW *, const chtype *);
843 #define addchstr(chs) waddchstr(stdscr,chs)
847 #define mvwaddchstr(w,y,x,chs) (wmove(w,y,x)?ERR:waddchstr(w,chs))
848 #define waddchstr(w,chs) waddchnstr(w,chs,-1) macro
/titanic_41/usr/src/lib/libxcurses2/h/
H A Dcurses.h642 extern int waddchstr(WINDOW *, const chtype *);
746 #define addchstr(chs) waddchstr(stdscr, chs)
758 (wmove(__w1 = (w), y, x) ? ((chs), ERR) : waddchstr(__w1, chs))
760 #define waddchstr(w, chs) waddchnstr(w, chs, -1) macro
/titanic_41/usr/src/lib/libxcurses2/src/
H A Dmapfile-vers352 waddchstr;
/titanic_41/usr/src/man/man3xcurses/
H A DMakefile337 waddchstr.3xcurses \
432 waddchstr.3xcurses := LINKSRC = addchstr.3xcurses
/titanic_41/usr/src/man/man3curses/
H A DMakefile516 waddchstr.3curses \
597 waddchstr.3curses := LINKSRC = curs_addchstr.3curses
/titanic_41/usr/src/lib/libxcurses/src/libc/
H A Dllib-lcurses62 int waddchstr(WINDOW *, const chtype *);
H A Dllib-lxcurses62 int waddchstr(WINDOW *, const chtype *);
/titanic_41/usr/src/lib/libxcurses2/src/libc/
H A Dllib-lcurses62 int waddchstr(WINDOW *, const chtype *);
H A Dllib-lxcurses62 int waddchstr(WINDOW *, const chtype *);
/titanic_41/usr/src/pkg/manifests/
H A Dsystem-library.man3xcurses.inc427 link path=usr/share/man/man3xcurses/waddchstr.3xcurses \
H A Dsystem-library.man3curses.inc732 link path=usr/share/man/man3curses/waddchstr.3curses \
/titanic_41/
H A D.gitignore5942 usr/src/man/man3curses/waddchstr.3curses
8038 usr/src/man/man3xcurses/waddchstr.3xcurses