Searched defs:wget_wstr (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | getn_ws.c | 151 (wget_wstr)(w, wis) function 158 __m_trace("wget_wstr(%p, %p)", w, wis); 163 return __m_return_code("wget_wstr", code);
|
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | getn_ws.c | 126 #undef wget_wstr macro 129 wget_wstr(WINDOW *w, wint_t *wis) function
|
/osnet-11/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 686 extern int wget_wstr(WINDOW *, wint_t *); 911 #define get_wstr(wcs) wget_wstr(stdscr, wcs) 923 (wmove(__w1 = (w), y, x) ? (wcs, ERR) : wget_wstr(__w1, wcs)) 925 #define wget_wstr(w, wcs) wgetn_wstr(w, wcs, -1) macro
|
/osnet-11/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 624 extern int wget_wstr(WINDOW *, wint_t *); 952 #define get_wstr(wcs) wget_wstr(stdscr,wcs) 956 #define mvwget_wstr(w,y,x,wcs) (wmove(w,y,x)?ERR:wget_wstr(w,wcs)) 957 #define wget_wstr(w,wcs) wgetn_wstr(w,wcs,-1) macro
|
Completed in 185 milliseconds