Searched defs:wgetstr (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | getnstr.c | 151 (wgetstr)(w, str) function 158 __m_trace("wgetstr(%p, %p)", w, str); 163 return __m_return_code("wgetstr", code);
|
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | getnstr.c | 125 #undef wgetstr macro 128 wgetstr(WINDOW *w, char *str) function
|
/osnet-11/usr/src/lib/libcurses/screen/ |
H A D | wgetstr.c | 52 wgetstr(WINDOW *win, char *str) function
|
/osnet-11/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 684 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
|
/osnet-11/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 615 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
|
Completed in 36 milliseconds