Searched refs:wgetstr (Results 1 - 19 of 19) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A D_getstr.c51 return (wgetstr(stdscr, str));
H A D_mvgetstr.c51 return (wmove(stdscr, y, x) == ERR ? ERR : wgetstr(stdscr, str));
H A D_mvwgetstr.c51 return (wmove(win, y, x) == ERR ? ERR : wgetstr(win, str));
H A Dwgetstr.c52 wgetstr(WINDOW *win, char *str) function
H A Dllib-lcurses1150 /* wgetstr.c */
1151 int wgetstr(WINDOW *win, char *str);
/illumos-gate/usr/src/ucblib/libcurses/
H A Dgetstr.c32 wgetstr(WINDOW *win, char *str) function
H A Dscanw.c81 if (wgetstr(win, buf) == ERR)
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dgetnstr.c125 #undef wgetstr macro
128 wgetstr(WINDOW *w, char *str) function
/illumos-gate/usr/src/ucbhead/
H A Dcurses.h111 #define getstr(str) VOID(wgetstr(stdscr, str))
135 ERR:wgetstr(win, str))
224 extern int wgetstr(WINDOW *, char *);
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dgetnstr.c151 (wgetstr)(w, str) function
158 __m_trace("wgetstr(%p, %p)", w, str);
163 return __m_return_code("wgetstr", code);
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h615 extern int wgetstr(WINDOW *, char *);
944 #define getstr(s) wgetstr(stdscr,s)
948 #define mvwgetstr(w,y,x,s) (wmove(w,y,x)?ERR:wgetstr(w,s))
949 #define wgetstr(w,s) wgetnstr(w,s,-1) macro
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h684 extern int wgetstr(WINDOW *, char *);
896 #define getstr(s) wgetstr(stdscr, s)
907 (wmove(__w1 = (w), y, x) ? (s, ERR) : wgetstr(__w1, s))
909 #define wgetstr(w, s) wgetnstr(w, s, -1) macro
/illumos-gate/usr/src/lib/libxcurses/src/libc/
H A Dllib-lcurses331 int wgetstr(WINDOW *, char *);
H A Dllib-lxcurses331 int wgetstr(WINDOW *, char *);
/illumos-gate/usr/src/lib/libxcurses2/src/libc/
H A Dllib-lcurses331 int wgetstr(WINDOW *, char *);
H A Dllib-lxcurses331 int wgetstr(WINDOW *, char *);
/illumos-gate/usr/src/lib/libcurses/
H A DMakefile.com95 wgetstr.o whline.o winch.o winchnstr.o winchstr.o \
/illumos-gate/usr/src/man/man3xcurses/
H A DMakefile372 wgetstr.3xcurses \
576 wgetstr.3xcurses := LINKSRC = getnstr.3xcurses
/illumos-gate/usr/src/man/man3curses/
H A DMakefile543 wgetstr.3curses \
704 wgetstr.3curses := LINKSRC = curs_getstr.3curses

Completed in 98 milliseconds