Searched defs:wgetnstr (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/lib/libcurses/screen/ |
H A D | wgetstr.c | 54 return ((wgetnstr(win, str, LENGTH) == ERR) ? ERR : OK); 58 wgetnstr(WINDOW *win, char *str, int n) function
|
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | wgetn_ws.c | 88 * The effect of wgetnstr() is as though a series of calls to wgetch() 91 * pointer 's'. wgetnstr() reads at most n characters, thus 95 * If n < 0, wgetnstr() will read until a <newline> or <return> is 309 wgetnstr(w, s, n) function 317 __m_trace("wgetnstr(%p, %p, %d)", w, s, n); 322 return __m_return_code("wgetnstr", code);
|
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | wgetn_ws.c | 99 * The effect of wgetnstr() is as though a series of calls to wgetch() 102 * pointer 's'. wgetnstr() reads at most n characters, thus 106 * If n < 0, wgetnstr() will read until a <newline> or <return> is 334 wgetnstr(WINDOW *w, char *s, int n) function
|
Completed in 34 milliseconds