Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dinnwstr.c112 #undef mvwinwstr
115 mvwinwstr(WINDOW *w, int y, int x, wchar_t *wcs) in mvwinwstr() function
/illumos-gate/usr/src/lib/libcurses/screen/
H A D_mvinwstr.c40 return (mvwinwstr(stdscr, y, x, ws)); in mvinwstr()
H A D_mvwinwstr.c38 mvwinwstr(WINDOW *win, int y, int x, wchar_t *ws) in mvwinwstr() function
H A Dmapfile-vers207 mvwinwstr;
H A Dcurses.ed814 extern int mvwinwstr(WINDOW *, int, int, wchar_t *);
882 mvwinwchstr(), mvwinwstr(), waddwchstr(), waddwstr(),
1107 mvwinwstr(stdscr, y, x, ws)
1175 #define mvwinwstr(win, y, x, ws) \
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dinnwstr.c130 (mvwinwstr)(w, y, x, wcs) variable
/illumos-gate/usr/src/lib/libxcurses/src/
H A Dmapfile-vers246 mvwinwstr;
/illumos-gate/usr/src/lib/libxcurses2/src/
H A Dmapfile-vers248 mvwinwstr;
/illumos-gate/usr/src/man/man3xcurses/
H A DMakefile260 mvwinwstr.3xcurses \
636 mvwinwstr.3xcurses := LINKSRC = innwstr.3xcurses
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h547 extern int mvwinwstr(WINDOW *, int, int, wchar_t *);
1033 #define mvwinwstr(w, y, x, wcs) \ macro
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h680 extern int mvwinwstr(WINDOW *, int, int, wchar_t *);
1022 #define mvwinwstr(w,y,x,wcs) (wmove(w,y,x)?ERR:winwstr(w,wcs)) macro
/illumos-gate/usr/src/man/man3curses/
H A DMakefile355 mvwinwstr.3curses \
821 mvwinwstr.3curses := LINKSRC = curs_inwstr.3curses
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3xcurses.inc258 link path=usr/share/man/man3xcurses/mvwinwstr.3xcurses target=innwstr.3xcurses
H A Dsystem-library.man3curses.inc420 link path=usr/share/man/man3curses/mvwinwstr.3curses target=curs_inwstr.3curses