/titanic_44/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | getnstr.c | 56 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 D | vw_scanw.c | 62 if (wgetnstr(w, buffer, (int)sizeof (buffer)) != OK) in vw_scanw()
|
H A D | vwscanw.c | 67 if (wgetnstr(w, buffer, (int)sizeof (buffer)) != OK) in vwscanw()
|
H A D | wgetn_ws.c | 334 wgetnstr(WINDOW *w, char *s, int n) in wgetnstr() function
|
/titanic_44/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | getnstr.c | 57 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 D | vw_scanw.c | 65 if ((code = wgetnstr(w, buffer, (int) sizeof buffer)) == OK)
|
H A D | vwscanw.c | 74 if ((code = wgetnstr(w, buffer, (int) sizeof buffer)) == OK)
|
H A D | wgetn_ws.c | 309 wgetnstr(w, s, n) in wgetnstr() function
|
/titanic_44/usr/src/lib/libcurses/screen/ |
H A D | wgetstr.c | 54 return ((wgetnstr(win, str, LENGTH) == ERR) ? ERR : OK); in wgetstr() 58 wgetnstr(WINDOW *win, char *str, int n) in wgetnstr() function
|
H A D | mapfile-vers | 328 wgetnstr;
|
H A D | curses.ed | 423 extern int wgetnstr(WINDOW *, char *, int); 548 wgetstr(), wgetnstr(), whline(), wvline(), winchnstr(),
|
H A D | llib-lcurses | 1152 int wgetnstr(WINDOW *win, char *str, int n);
|
/titanic_44/usr/src/lib/libxcurses/src/ |
H A D | mapfile-vers | 385 wgetnstr;
|
/titanic_44/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 614 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 D | curses.h | 682 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 D | mapfile-vers | 386 wgetnstr;
|
/titanic_44/usr/src/man/man3xcurses/ |
H A D | Makefile | 371 wgetnstr.3xcurses \ 575 wgetnstr.3xcurses := LINKSRC = getnstr.3xcurses
|
/titanic_44/usr/src/man/man3curses/ |
H A D | Makefile | 541 wgetnstr.3curses \ 703 wgetnstr.3curses := LINKSRC = curs_getstr.3curses
|
/titanic_44/usr/src/lib/libxcurses/src/libc/ |
H A D | llib-lcurses | 919 int wgetnstr(WINDOW *, char *, int);
|
H A D | llib-lxcurses | 903 int wgetnstr(WINDOW *, char *, int);
|
/titanic_44/usr/src/lib/libxcurses2/src/libc/ |
H A D | llib-lcurses | 903 int wgetnstr(WINDOW *, char *, int);
|
H A D | llib-lxcurses | 903 int wgetnstr(WINDOW *, char *, int);
|
/titanic_44/usr/src/pkg/manifests/ |
H A D | system-library.man3xcurses.inc | 475 link path=usr/share/man/man3xcurses/wgetnstr.3xcurses target=getnstr.3xcurses
|
H A D | system-library.man3curses.inc | 766 link path=usr/share/man/man3curses/wgetnstr.3curses target=curs_getstr.3curses
|
/titanic_44/ |
H A D | .gitignore | 5967 usr/src/man/man3curses/wgetnstr.3curses 8072 usr/src/man/man3xcurses/wgetnstr.3xcurses
|