Home
last modified time | relevance | path

Searched refs:mvwaddnwstr (Results 1 – 14 of 14) sorted by path

/illumos-gate/usr/src/lib/libcurses/screen/
H A D_mvaddnwstr.c40 return (mvwaddnwstr(stdscr, y, x, ws, n)); in mvaddnwstr()
H A D_mvwaddnwstr.c38 mvwaddnwstr(WINDOW *win, int y, int x, wchar_t *ws, int n) in mvwaddnwstr() function
H A Dcurses.ed800 extern int mvwaddnwstr(WINDOW *, int, int, wchar_t *, int);
878 mvinwchnstr(), mvinwchstr(), mvinwstr(), mvwaddnwstr(),
1077 mvwaddnwstr(stdscr, y, x, ws, n)
1145 #define mvwaddnwstr(win, y, x, ws, n) \
H A Dmapfile-vers179 mvwaddnwstr;
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h417 extern int mvwaddnwstr(WINDOW *, int, int, const wchar_t *, int);
868 #define mvwaddnwstr(w,y,x,wcs,n) (wmove(w,y,x)?ERR:waddnwstr(w,wcs,n)) macro
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Daddnws.c82 #undef mvwaddnwstr
85 mvwaddnwstr(w, y, x, wcs, n) in mvwaddnwstr() function
/illumos-gate/usr/src/lib/libxcurses/src/
H A Dmapfile-vers214 mvwaddnwstr;
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h515 extern int mvwaddnwstr(WINDOW *, int, int, const wchar_t *, int);
800 #define mvwaddnwstr(w, y, x, wcs, n) \ macro
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Daddnws.c72 #undef mvwaddnwstr
75 mvwaddnwstr(WINDOW *w, int y, int x, const wchar_t *wcs, int n) in mvwaddnwstr() function
/illumos-gate/usr/src/lib/libxcurses2/src/
H A Dmapfile-vers216 mvwaddnwstr;
/illumos-gate/usr/src/man/man3curses/
H A DMakefile327 mvwaddnwstr.3curses \
628 mvwaddnwstr.3curses := LINKSRC = curs_addwstr.3curses
/illumos-gate/usr/src/man/man3xcurses/
H A DMakefile232 mvwaddnwstr.3xcurses \
445 mvwaddnwstr.3xcurses := LINKSRC = addnwstr.3xcurses
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3curses.inc380 link path=usr/share/man/man3curses/mvwaddnwstr.3curses \
H A Dsystem-library.man3xcurses.inc220 link path=usr/share/man/man3xcurses/mvwaddnwstr.3xcurses \