Searched refs:winwstr (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A D_inwstr.c42 return (winwstr(stdscr, ws));
H A D_mvwinwstr.c42 return ((wmove(win, y, x) == ERR ? ERR : winwstr(win, ws)));
H A Dwinwstr.c39 winwstr(WINDOW *win, wchar_t *wstr) function
H A Dllib-lcurses1203 /* winwstr.c */
1204 int winwstr(WINDOW *win, wchar_t *wstr);
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dinnwstr.c127 #undef winwstr macro
130 winwstr(WINDOW *w, wchar_t *wcs) function
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dinnwstr.c150 (winwstr)(w, wcs) function
157 __m_trace("winwstr(%p, %p)", w, wcs);
162 return __m_return_code("winwstr", code);
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h686 extern int winwstr(WINDOW *, wchar_t *);
1020 #define inwstr(wcs) winwstr(stdscr,wcs)
1024 #define mvwinwstr(w,y,x,wcs) (wmove(w,y,x)?ERR:winwstr(w,wcs))
1025 #define winwstr(w,wcs) winnwstr(w,wcs,-1) macro
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h706 extern int winwstr(WINDOW *, wchar_t *);
1024 #define inwstr(wcs) winwstr(stdscr, wcs)
1036 (wmove(__w1 = (w), y, x) ? (wcs, ERR) : winwstr(__w1, wcs))
1038 #define winwstr(w, wcs) (winnwstr(w, wcs, -1), OK) macro
/illumos-gate/usr/src/lib/libxcurses/src/libc/
H A Dllib-lcurses428 int winwstr(WINDOW *, wchar_t *);
H A Dllib-lxcurses428 int winwstr(WINDOW *, wchar_t *);
/illumos-gate/usr/src/lib/libxcurses2/src/libc/
H A Dllib-lcurses428 int winwstr(WINDOW *, wchar_t *);
H A Dllib-lxcurses428 int winwstr(WINDOW *, wchar_t *);
/illumos-gate/usr/src/lib/libcurses/
H A DMakefile.com107 winwch.o winwchnstr.o winwstr.o \
/illumos-gate/usr/src/man/man3xcurses/
H A DMakefile392 winwstr.3xcurses \
638 winwstr.3xcurses := LINKSRC = innwstr.3xcurses
/illumos-gate/usr/src/man/man3curses/
H A DMakefile564 winwstr.3curses \
823 winwstr.3curses := LINKSRC = curs_inwstr.3curses

Completed in 104 milliseconds