Searched defs:wgetnstr (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/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
|
/illumos-gate/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);
|
/illumos-gate/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
|
/illumos-gate/usr/src/man/man3xcurses/ |
H A D | Makefile | 371 wgetnstr.3xcurses \ 575 wgetnstr.3xcurses := LINKSRC = getnstr.3xcurses
|
/illumos-gate/usr/src/man/man3curses/ |
H A D | Makefile | 541 wgetnstr.3curses \ 703 wgetnstr.3curses := LINKSRC = curs_getstr.3curses
|
Completed in 54 milliseconds