Home
last modified time | relevance | path

Searched refs:wgetnstr (Results 1 – 25 of 25) sorted by relevance

/titanic_44/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dgetnstr.c56 code = wgetnstr(stdscr, str, n); in getnstr()
69 code = wgetnstr(stdscr, str, n); in mvgetnstr()
82 code = wgetnstr(w, str, n); in mvwgetnstr()
94 code = wgetnstr(stdscr, str, -1); in getstr()
107 code = wgetnstr(stdscr, str, -1); in mvgetstr()
120 code = wgetnstr(w, str, -1); in mvwgetstr()
132 code = wgetnstr(w, str, -1); in wgetstr()
H A Dvw_scanw.c62 if (wgetnstr(w, buffer, (int)sizeof (buffer)) != OK) in vw_scanw()
H A Dvwscanw.c67 if (wgetnstr(w, buffer, (int)sizeof (buffer)) != OK) in vwscanw()
H A Dwgetn_ws.c334 wgetnstr(WINDOW *w, char *s, int n) in wgetnstr() function
/titanic_44/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.c309 wgetnstr(w, s, n) in wgetnstr() function
/titanic_44/usr/src/lib/libcurses/screen/
H A Dwgetstr.c54 return ((wgetnstr(win, str, LENGTH) == ERR) ? ERR : OK); in wgetstr()
58 wgetnstr(WINDOW *win, char *str, int n) in wgetnstr() function
H A Dmapfile-vers328 wgetnstr;
H A Dcurses.ed423 extern int wgetnstr(WINDOW *, char *, int);
548 wgetstr(), wgetnstr(), whline(), wvline(), winchnstr(),
H A Dllib-lcurses1152 int wgetnstr(WINDOW *win, char *str, int n);
/titanic_44/usr/src/lib/libxcurses/src/
H A Dmapfile-vers385 wgetnstr;
/titanic_44/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)
/titanic_44/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)
/titanic_44/usr/src/lib/libxcurses2/src/
H A Dmapfile-vers386 wgetnstr;
/titanic_44/usr/src/man/man3xcurses/
H A DMakefile371 wgetnstr.3xcurses \
575 wgetnstr.3xcurses := LINKSRC = getnstr.3xcurses
/titanic_44/usr/src/man/man3curses/
H A DMakefile541 wgetnstr.3curses \
703 wgetnstr.3curses := LINKSRC = curs_getstr.3curses
/titanic_44/usr/src/lib/libxcurses/src/libc/
H A Dllib-lcurses919 int wgetnstr(WINDOW *, char *, int);
H A Dllib-lxcurses903 int wgetnstr(WINDOW *, char *, int);
/titanic_44/usr/src/lib/libxcurses2/src/libc/
H A Dllib-lcurses903 int wgetnstr(WINDOW *, char *, int);
H A Dllib-lxcurses903 int wgetnstr(WINDOW *, char *, int);
/titanic_44/usr/src/pkg/manifests/
H A Dsystem-library.man3xcurses.inc475 link path=usr/share/man/man3xcurses/wgetnstr.3xcurses target=getnstr.3xcurses
H A Dsystem-library.man3curses.inc766 link path=usr/share/man/man3curses/wgetnstr.3curses target=curs_getstr.3curses
/titanic_44/
H A D.gitignore5967 usr/src/man/man3curses/wgetnstr.3curses
8072 usr/src/man/man3xcurses/wgetnstr.3xcurses