Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dinnwstr.c125 #undef winwstr
128 winwstr(WINDOW *w, wchar_t *wcs) in winwstr() function
/illumos-gate/usr/src/lib/libcurses/screen/
H A D_inwstr.c40 return (winwstr(stdscr, ws)); in inwstr()
H A D_mvwinwstr.c40 return ((wmove(win, y, x) == ERR ? ERR : winwstr(win, ws))); in mvwinwstr()
H A Dwinwstr.c37 winwstr(WINDOW *win, wchar_t *wstr) in winwstr() function
H A Dmapfile-vers351 winwstr;
H A Dcurses.ed483 extern int winwstr(WINDOW *, wchar_t *);
568 winwchnstr(), winwstr();
956 #define inwstr(ws) winwstr(stdscr, ws)
1176 (wmove(win, y, x) == ERR ? ERR : winwstr(win, ws))
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dinnwstr.c148 (winwstr)(w, wcs) variable
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h684 extern int winwstr(WINDOW *, wchar_t *);
1018 #define inwstr(wcs) winwstr(stdscr,wcs)
1022 #define mvwinwstr(w,y,x,wcs) (wmove(w,y,x)?ERR:winwstr(w,wcs))
1023 #define winwstr(w,wcs) winnwstr(w,wcs,-1) macro
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h704 extern int winwstr(WINDOW *, wchar_t *);
1022 #define inwstr(wcs) winwstr(stdscr, wcs)
1034 (wmove(__w1 = (w), y, x) ? (wcs, ERR) : winwstr(__w1, wcs))
1036 #define winwstr(w, wcs) (winnwstr(w, wcs, -1), OK) macro
/illumos-gate/usr/src/lib/libxcurses/src/
H A Dmapfile-vers409 winwstr;
/illumos-gate/usr/src/lib/libxcurses2/src/
H A Dmapfile-vers410 winwstr;
/illumos-gate/usr/src/man/man3xcurses/
H A DMakefile392 winwstr.3xcurses \
638 winwstr.3xcurses := LINKSRC = innwstr.3xcurses
/illumos-gate/usr/src/lib/libcurses/
H A DMakefile.com108 winwch.o winwchnstr.o winwstr.o \
/illumos-gate/usr/src/man/man3curses/
H A DMakefile564 winwstr.3curses \
823 winwstr.3curses := LINKSRC = curs_inwstr.3curses
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3xcurses.inc460 link path=usr/share/man/man3xcurses/winwstr.3xcurses target=innwstr.3xcurses
H A Dsystem-library.man3curses.inc710 link path=usr/share/man/man3curses/winwstr.3curses target=curs_inwstr.3curses