Searched defs:wgetnstr (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libcurses/screen/
H A Dwgetstr.c54 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 Dwgetn_ws.c88 * 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 Dwgetn_ws.c99 * 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 44 milliseconds