Home
last modified time | relevance | path

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

12

/titanic_44/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dgetnstr.c125 #undef wgetstr
128 wgetstr(WINDOW *w, char *str) in wgetstr() function
/titanic_44/usr/src/lib/libcurses/screen/
H A D_getstr.c51 return (wgetstr(stdscr, str)); in getstr()
H A D_mvgetstr.c51 return (wmove(stdscr, y, x) == ERR ? ERR : wgetstr(stdscr, str)); in mvgetstr()
H A D_mvwgetstr.c51 return (wmove(win, y, x) == ERR ? ERR : wgetstr(win, str)); in mvwgetstr()
H A Dwgetstr.c52 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))
H A Dllib-lcurses1150 /* wgetstr.c */
1151 int wgetstr(WINDOW *win, char *str);
/titanic_44/usr/src/ucblib/libcurses/
H A Dgetstr.c32 wgetstr(WINDOW *win, char *str) in wgetstr() function
H A Dscanw.c81 if (wgetstr(win, buf) == ERR) in _sscans()
H A Dmapfile-vers173 wgetstr;
/titanic_44/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 *);
/titanic_44/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dgetnstr.c151 (wgetstr)(w, str) variable
/titanic_44/usr/src/lib/libxcurses/src/
H A Dmapfile-vers387 wgetstr;
/titanic_44/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
/titanic_44/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
/titanic_44/usr/src/lib/libxcurses2/src/
H A Dmapfile-vers388 wgetstr;
/titanic_44/usr/src/man/man3xcurses/
H A DMakefile372 wgetstr.3xcurses \
576 wgetstr.3xcurses := LINKSRC = getnstr.3xcurses
/titanic_44/usr/src/lib/libcurses/
H A DMakefile.com95 wgetstr.o whline.o winch.o winchnstr.o winchstr.o \
/titanic_44/usr/src/man/man3curses/
H A DMakefile543 wgetstr.3curses \
704 wgetstr.3curses := LINKSRC = curs_getstr.3curses
/titanic_44/usr/src/lib/libxcurses/src/libc/
H A Dllib-lcurses331 int wgetstr(WINDOW *, char *);
H A Dllib-lxcurses331 int wgetstr(WINDOW *, char *);
/titanic_44/usr/src/lib/libxcurses2/src/libc/
H A Dllib-lcurses331 int wgetstr(WINDOW *, char *);
H A Dllib-lxcurses331 int wgetstr(WINDOW *, char *);
/titanic_44/usr/src/pkg/manifests/
H A Dsystem-library.man3xcurses.inc476 link path=usr/share/man/man3xcurses/wgetstr.3xcurses target=getnstr.3xcurses

12