Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Daddchn.c123 #undef waddchstr
126 waddchstr(WINDOW *w, const chtype *chs) in waddchstr() function
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Daddchn.c159 #undef waddchstr
162 waddchstr(w, chs) in waddchstr() function
/illumos-gate/usr/src/lib/libcurses/screen/
H A D_addchstr.c49 return (waddchstr(stdscr, s)); in addchstr()
H A D_waddchstr.c47 waddchstr(WINDOW *win, chtype *str) in waddchstr() function
H A D_mvaddchstr.c49 return (wmove(stdscr, y, x) == ERR ? ERR : waddchstr(stdscr, s)); in mvaddchstr()
H A D_mvwaddchstr.c49 return (wmove(win, y, x) == ERR ? ERR : waddchstr(win, ch)); in mvwaddchstr()
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 Dmapfile-vers303 waddchstr;
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h402 extern int waddchstr(WINDOW *, const chtype *);
841 #define addchstr(chs) waddchstr(stdscr,chs)
845 #define mvwaddchstr(w,y,x,chs) (wmove(w,y,x)?ERR:waddchstr(w,chs))
846 #define waddchstr(w,chs) waddchnstr(w,chs,-1) macro
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h640 extern int waddchstr(WINDOW *, const chtype *);
744 #define addchstr(chs) waddchstr(stdscr, chs)
756 (wmove(__w1 = (w), y, x) ? ((chs), ERR) : waddchstr(__w1, chs))
758 #define waddchstr(w, chs) waddchnstr(w, chs, -1) macro
/illumos-gate/usr/src/lib/libxcurses/src/
H A Dmapfile-vers351 waddchstr;
/illumos-gate/usr/src/lib/libxcurses2/src/
H A Dmapfile-vers352 waddchstr;
/illumos-gate/usr/src/man/man3xcurses/
H A DMakefile337 waddchstr.3xcurses \
432 waddchstr.3xcurses := LINKSRC = addchstr.3xcurses
/illumos-gate/usr/src/man/man3curses/
H A DMakefile516 waddchstr.3curses \
597 waddchstr.3curses := LINKSRC = curs_addchstr.3curses
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3xcurses.inc398 link path=usr/share/man/man3xcurses/waddchstr.3xcurses target=addchstr.3xcurses
H A Dsystem-library.man3curses.inc653 link path=usr/share/man/man3curses/waddchstr.3curses \