Searched refs:wgetnstr (Results 1 - 16 of 16) sorted by relevance

/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dgetnstr.c56 code = wgetnstr(stdscr, str, n);
69 code = wgetnstr(stdscr, str, n);
82 code = wgetnstr(w, str, n);
94 code = wgetnstr(stdscr, str, -1);
107 code = wgetnstr(stdscr, str, -1);
120 code = wgetnstr(w, str, -1);
132 code = wgetnstr(w, str, -1);
H A Dvw_scanw.c62 if (wgetnstr(w, buffer, (int)sizeof (buffer)) != OK)
H A Dvwscanw.c67 if (wgetnstr(w, buffer, (int)sizeof (buffer)) != OK)
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
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dgetnstr.c57 code = wgetnstr(stdscr, str, n);
75 code = wgetnstr(stdscr, str, n);
94 code = wgetnstr(w, str, n);
109 code = wgetnstr(stdscr, str, -1);
126 code = wgetnstr(stdscr, str, -1);
144 code = wgetnstr(w, str, -1);
161 code = wgetnstr(w, str, -1);
H A Dvw_scanw.c65 if ((code = wgetnstr(w, buffer, (int) sizeof buffer)) == OK)
H A Dvwscanw.c74 if ((code = wgetnstr(w, buffer, (int) sizeof buffer)) == OK)
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/libcurses/screen/
H A Dwgetstr.c54 return ((wgetnstr(win, str, LENGTH) == ERR) ? ERR : OK);
58 wgetnstr(WINDOW *win, char *str, int n) function
H A Dllib-lcurses1152 int wgetnstr(WINDOW *win, char *str, int n);
/osnet-11/usr/src/lib/libxcurses/h/
H A Dcurses.h614 extern int wgetnstr(WINDOW *, char *, int);
943 #define getnstr(s,n) wgetnstr(stdscr,s,n)
947 #define mvwgetnstr(w,y,x,s,n) (wmove(w,y,x)?ERR:wgetnstr(w,s,n))
949 #define wgetstr(w,s) wgetnstr(w,s,-1)
/osnet-11/usr/src/lib/libxcurses2/h/
H A Dcurses.h682 extern int wgetnstr(WINDOW *, char *, int);
895 #define getnstr(s, n) wgetnstr(stdscr, s, n)
904 (wmove(__w1 = (w), y, x) ? (s, n, ERR) : wgetnstr(__w1, s, n))
909 #define wgetstr(w, s) wgetnstr(w, s, -1)
/osnet-11/usr/src/lib/libxcurses/src/libc/
H A Dllib-lcurses919 int wgetnstr(WINDOW *, char *, int);
H A Dllib-lxcurses903 int wgetnstr(WINDOW *, char *, int);
/osnet-11/usr/src/lib/libxcurses2/src/libc/
H A Dllib-lcurses903 int wgetnstr(WINDOW *, char *, int);
H A Dllib-lxcurses903 int wgetnstr(WINDOW *, char *, int);

Completed in 76 milliseconds