Home
last modified time | relevance | path

Searched refs:mvaddnwstr (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Daddnws.c59 #undef mvaddnwstr
62 mvaddnwstr(int y, int x, const wchar_t *wcs, int n) in mvaddnwstr() function
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Daddnws.c62 #undef mvaddnwstr
65 mvaddnwstr(y, x, wcs, n) in mvaddnwstr() function
/illumos-gate/usr/src/lib/libcurses/screen/
H A D_mvaddnwstr.c38 mvaddnwstr(int y, int x, wchar_t *ws, int n) in mvaddnwstr() function
H A Dmapfile-vers143 mvaddnwstr;
H A Dcurses.ed785 extern int mvaddnwstr(int, int, wchar_t *, int);
875 mvaddnwstr(), mvaddwch(), mvaddwchnstr(), mvaddwchstr(),
1076 #define mvaddnwstr(y, x, ws, n) \
/illumos-gate/usr/src/lib/libxcurses/src/
H A Dmapfile-vers173 mvaddnwstr;
/illumos-gate/usr/src/lib/libxcurses2/src/
H A Dmapfile-vers175 mvaddnwstr;
/illumos-gate/usr/src/man/man3xcurses/
H A DMakefile194 mvaddnwstr.3xcurses \
443 mvaddnwstr.3xcurses := LINKSRC = addnwstr.3xcurses
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h413 extern int mvaddnwstr(int, int, const wchar_t *, int);
866 #define mvaddnwstr(y,x,wcs,n) (move(y,x)?ERR:addnwstr(wcs,n)) macro
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h473 extern int mvaddnwstr(int, int, const wchar_t *, int);
794 #define mvaddnwstr(y, x, wcs, n) \ macro
/illumos-gate/usr/src/man/man3curses/
H A DMakefile291 mvaddnwstr.3curses \
626 mvaddnwstr.3curses := LINKSRC = curs_addwstr.3curses
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3xcurses.inc166 link path=usr/share/man/man3xcurses/mvaddnwstr.3xcurses target=addnwstr.3xcurses
H A Dsystem-library.man3curses.inc334 link path=usr/share/man/man3curses/mvaddnwstr.3curses \