Searched defs:mvwgetstr (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A D_mvwgetstr.c49 mvwgetstr(WINDOW *win, int y, int x, char *str) function
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dgetnstr.c132 (mvwgetstr)(w, y, x, str) function
140 __m_trace("mvwgetstr(%p, %d, %d, %p)", w, y, x, str);
146 return __m_return_code("mvwgetstr", code);
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dgetnstr.c112 #undef mvwgetstr macro
115 mvwgetstr(WINDOW *w, int y, int x, char *str) function
/illumos-gate/usr/src/ucbhead/
H A Dcurses.h134 #define mvwgetstr(win, y, x, str) VOID(wmove(win, y, x) == ERR? \ macro
144 #define mvgetstr(y, x, str) mvwgetstr(stdscr, y, x, str)
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h528 extern int mvwgetstr(WINDOW *, int, int, char *);
906 #define mvwgetstr(w, y, x, s) \ macro
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h613 extern int mvwgetstr(WINDOW *, int, int, char *);
948 #define mvwgetstr(w,y,x,s) (wmove(w,y,x)?ERR:wgetstr(w,s)) macro
/illumos-gate/usr/src/man/man3xcurses/
H A DMakefile242 mvwgetstr.3xcurses \
574 mvwgetstr.3xcurses := LINKSRC = getnstr.3xcurses
/illumos-gate/usr/src/man/man3curses/
H A DMakefile336 mvwgetstr.3curses \
702 mvwgetstr.3curses := LINKSRC = curs_getstr.3curses

Completed in 260 milliseconds