Home
last modified time | relevance | path

Searched refs:mvwinnwstr (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dinnwstr.c74 #undef mvwinnwstr
77 mvwinnwstr(WINDOW *w, int y, int x, wchar_t *wcs, int n) in mvwinnwstr() function
/illumos-gate/usr/src/lib/libcurses/screen/
H A D_mvinnwstr.c40 return (mvwinnwstr(stdscr, y, x, ws, n)); in mvinnwstr()
H A D_mvwinnwstr.c38 mvwinnwstr(WINDOW *win, int y, int x, wchar_t *ws, int n) in mvwinnwstr() function
H A Dmapfile-vers196 mvwinnwstr;
H A Dcurses.ed808 extern int mvwinnwstr(WINDOW *, int, int, wchar_t *, int);
880 mvwgetnwstr(), mvwgetwch(), mvwgetwstr(), mvwinnwstr(),
1093 mvwinnwstr(stdscr, y, x, ws, n)
1161 #define mvwinnwstr(win, y, x, ws, n) \
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dinnwstr.c79 (mvwinnwstr)(w, y, x, wcs, n) variable
/illumos-gate/usr/src/lib/libxcurses/src/
H A Dmapfile-vers235 mvwinnwstr;
/illumos-gate/usr/src/lib/libxcurses2/src/
H A Dmapfile-vers237 mvwinnwstr;
/illumos-gate/usr/src/man/man3xcurses/
H A DMakefile252 mvwinnwstr.3xcurses \
635 mvwinnwstr.3xcurses := LINKSRC = innwstr.3xcurses
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h536 extern int mvwinnwstr(WINDOW *, int, int, wchar_t *, int);
1029 #define mvwinnwstr(w, y, x, wcs, n) \ macro
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h679 extern int mvwinnwstr(WINDOW *, int, int, wchar_t *, int);
1021 #define mvwinnwstr(w,y,x,wcs,n) (wmove(w,y,x)?ERR:winnwstr(w,wcs,n)) macro
/illumos-gate/usr/src/man/man3curses/
H A DMakefile344 mvwinnwstr.3curses \
820 mvwinnwstr.3curses := LINKSRC = curs_inwstr.3curses
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3xcurses.inc248 link path=usr/share/man/man3xcurses/mvwinnwstr.3xcurses target=innwstr.3xcurses
H A Dsystem-library.man3curses.inc405 link path=usr/share/man/man3curses/mvwinnwstr.3curses target=curs_inwstr.3curses