Home
last modified time | relevance | path

Searched refs:mvwgetstr (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dgetnstr.c110 #undef mvwgetstr
113 mvwgetstr(WINDOW *w, int y, int x, char *str) in mvwgetstr() function
/illumos-gate/usr/src/lib/libcurses/screen/
H A D_mvwgetstr.c47 mvwgetstr(WINDOW *win, int y, int x, char *str) in mvwgetstr() function
H A Dmapfile-vers188 mvwgetstr;
H A Dcurses.ed706 extern int mvwgetstr(WINDOW *, int, int, char *);
849 mvwgetch(), mvwgetstr(), mvwhline(), mvwinchnstr(),
1050 mvwgetstr(stdscr, y, x, str)
1119 #define mvwgetstr(win, y, x, str) \
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dgetnstr.c130 (mvwgetstr)(w, y, x, str) variable
/illumos-gate/usr/src/ucbhead/
H A Dcurses.h132 #define mvwgetstr(win, y, x, str) VOID(wmove(win, y, x) == ERR? \ macro
142 #define mvgetstr(y, x, str) mvwgetstr(stdscr, y, x, str)
/illumos-gate/usr/src/lib/libxcurses/src/
H A Dmapfile-vers225 mvwgetstr;
/illumos-gate/usr/src/lib/libxcurses2/src/
H A Dmapfile-vers227 mvwgetstr;
/illumos-gate/usr/src/man/man3xcurses/
H A DMakefile242 mvwgetstr.3xcurses \
574 mvwgetstr.3xcurses := LINKSRC = getnstr.3xcurses
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h526 extern int mvwgetstr(WINDOW *, int, int, char *);
904 #define mvwgetstr(w, y, x, s) \ macro
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h611 extern int mvwgetstr(WINDOW *, int, int, char *);
946 #define mvwgetstr(w,y,x,s) (wmove(w,y,x)?ERR:wgetstr(w,s)) macro
/illumos-gate/usr/src/man/man3curses/
H A DMakefile336 mvwgetstr.3curses \
702 mvwgetstr.3curses := LINKSRC = curs_getstr.3curses
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3xcurses.inc233 link path=usr/share/man/man3xcurses/mvwgetstr.3xcurses target=getnstr.3xcurses
H A Dsystem-library.man3curses.inc394 link path=usr/share/man/man3curses/mvwgetstr.3curses target=curs_getstr.3curses