Home
last modified time | relevance | path

Searched refs:wget_wstr (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dgetn_ws.c124 #undef wget_wstr
127 wget_wstr(WINDOW *w, wint_t *wis) in wget_wstr() function
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dgetn_ws.c149 (wget_wstr)(w, wis) variable
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h622 extern int wget_wstr(WINDOW *, wint_t *);
950 #define get_wstr(wcs) wget_wstr(stdscr,wcs)
954 #define mvwget_wstr(w,y,x,wcs) (wmove(w,y,x)?ERR:wget_wstr(w,wcs))
955 #define wget_wstr(w,wcs) wgetn_wstr(w,wcs,-1) macro
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h684 extern int wget_wstr(WINDOW *, wint_t *);
909 #define get_wstr(wcs) wget_wstr(stdscr, wcs)
921 (wmove(__w1 = (w), y, x) ? (wcs, ERR) : wget_wstr(__w1, wcs))
923 #define wget_wstr(w, wcs) wgetn_wstr(w, wcs, -1) macro
/illumos-gate/usr/src/lib/libxcurses/src/
H A Dmapfile-vers389 wget_wstr;
/illumos-gate/usr/src/lib/libxcurses2/src/
H A Dmapfile-vers390 wget_wstr;
/illumos-gate/usr/src/man/man3xcurses/
H A DMakefile367 wget_wstr.3xcurses \
567 wget_wstr.3xcurses := LINKSRC = getn_wstr.3xcurses
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3xcurses.inc430 link path=usr/share/man/man3xcurses/wget_wstr.3xcurses target=getn_wstr.3xcurses