Home
last modified time | relevance | path

Searched refs:wgetstr (Results 1 – 21 of 21) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dgetnstr.c123 #undef wgetstr
126 wgetstr(WINDOW *w, char *str) in wgetstr() function
/illumos-gate/usr/src/lib/libcurses/screen/
H A D_getstr.c49 return (wgetstr(stdscr, str)); in getstr()
H A D_mvgetstr.c49 return (wmove(stdscr, y, x) == ERR ? ERR : wgetstr(stdscr, str)); in mvgetstr()
H A D_mvwgetstr.c49 return (wmove(win, y, x) == ERR ? ERR : wgetstr(win, str)); in mvwgetstr()
H A Dwgetstr.c50 wgetstr(WINDOW *win, char *str) in wgetstr() function
H A Dmapfile-vers330 wgetstr;
H A Dcurses.ed422 extern int wgetstr(WINDOW *, char *);
548 wgetstr(), wgetnstr(), whline(), wvline(), winchnstr(),
916 #define getstr(str) wgetstr(stdscr, str)
1120 (wmove(win, y, x) == ERR ? ERR : wgetstr(win, str))
/illumos-gate/usr/src/ucblib/libcurses/
H A Dgetstr.c30 wgetstr(WINDOW *win, char *str) in wgetstr() function
H A Dscanw.c79 if (wgetstr(win, buf) == ERR) in _sscans()
H A Dmapfile-vers193 wgetstr;
/illumos-gate/usr/src/ucbhead/
H A Dcurses.h109 #define getstr(str) VOID(wgetstr(stdscr, str))
133 ERR:wgetstr(win, str))
222 extern int wgetstr(WINDOW *, char *);
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dgetnstr.c149 (wgetstr)(w, str) variable
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h613 extern int wgetstr(WINDOW *, char *);
942 #define getstr(s) wgetstr(stdscr,s)
946 #define mvwgetstr(w,y,x,s) (wmove(w,y,x)?ERR:wgetstr(w,s))
947 #define wgetstr(w,s) wgetnstr(w,s,-1) macro
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h682 extern int wgetstr(WINDOW *, char *);
894 #define getstr(s) wgetstr(stdscr, s)
905 (wmove(__w1 = (w), y, x) ? (s, ERR) : wgetstr(__w1, s))
907 #define wgetstr(w, s) wgetnstr(w, s, -1) macro
/illumos-gate/usr/src/lib/libxcurses/src/
H A Dmapfile-vers387 wgetstr;
/illumos-gate/usr/src/lib/libxcurses2/src/
H A Dmapfile-vers388 wgetstr;
/illumos-gate/usr/src/man/man3xcurses/
H A DMakefile372 wgetstr.3xcurses \
576 wgetstr.3xcurses := LINKSRC = getnstr.3xcurses
/illumos-gate/usr/src/lib/libcurses/
H A DMakefile.com96 wgetstr.o whline.o winch.o winchnstr.o winchstr.o \
/illumos-gate/usr/src/man/man3curses/
H A DMakefile543 wgetstr.3curses \
704 wgetstr.3curses := LINKSRC = curs_getstr.3curses
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3xcurses.inc436 link path=usr/share/man/man3xcurses/wgetstr.3xcurses target=getnstr.3xcurses
H A Dsystem-library.man3curses.inc685 link path=usr/share/man/man3curses/wgetstr.3curses target=curs_getstr.3curses