Searched defs:winwstr (Results 1 - 5 of 5) sorted by relevance

/osnet-11/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);
/osnet-11/usr/src/lib/libcurses/screen/
H A Dwinwstr.c39 winwstr(WINDOW *win, wchar_t *wstr) function
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dinnwstr.c127 #undef winwstr macro
130 winwstr(WINDOW *w, wchar_t *wcs) function
/osnet-11/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
/osnet-11/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

Completed in 44 milliseconds