/titanic_50/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | innwstr.c | 58 code = winnwstr(stdscr, wcs, n); in innwstr() 71 code = winnwstr(stdscr, wcs, n); in mvinnwstr() 84 code = winnwstr(w, wcs, n); in mvwinnwstr() 96 code = winnwstr(stdscr, wcs, -1); in inwstr() 109 code = winnwstr(stdscr, wcs, -1); in mvinwstr() 122 code = winnwstr(w, wcs, -1); in mvwinwstr() 134 code = winnwstr(w, wcs, -1); in winwstr()
|
H A D | winnwstr.c | 52 winnwstr(WINDOW *w, wchar_t *wcs, int n) in winnwstr() function
|
/titanic_50/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | innwstr.c | 57 code = winnwstr(stdscr, wcs, n); 75 code = winnwstr(stdscr, wcs, n); 94 code = winnwstr(w, wcs, n); 109 code = winnwstr(stdscr, wcs, -1); 126 code = winnwstr(stdscr, wcs, -1); 144 code = winnwstr(w, wcs, -1); 160 code = winnwstr(w, wcs, -1);
|
H A D | winnwstr.c | 47 winnwstr(w, wcs, n) in winnwstr() function
|
/titanic_50/usr/src/lib/libcurses/screen/ |
H A D | _innwstr.c | 42 return (winnwstr(stdscr, ws, n)); in innwstr()
|
H A D | _mvwinnwstr.c | 42 return ((wmove(win, y, x) == ERR ? ERR : winnwstr(win, ws, n))); in mvwinnwstr()
|
H A D | winnwstr.c | 44 winnwstr(WINDOW *win, wchar_t *wstr, int ncols) in winnwstr() function
|
H A D | mapfile-vers | 338 winnwstr;
|
H A D | curses.ed | 479 extern int winnwstr(WINDOW *, wchar_t *, int); 567 wgetwstr(), winnwstr(), winsnwstr(), winswch(), 949 #define innwstr(ws, n) winnwstr(stdscr, ws, n) 1162 (wmove(win, y, x) == ERR ? ERR : winnwstr(win, ws, n))
|
H A D | llib-lcurses | 1176 /* winnwstr.c */ 1177 int winnwstr(WINDOW *win, wchar_t *wstr, int ncols);
|
/titanic_50/usr/src/lib/libxcurses2/ |
H A D | Makefile.com | 52 box.o inchn.o pechoch.o vid_attr.o winnwstr.o \
|
/titanic_50/usr/src/lib/libxcurses/src/ |
H A D | mapfile-vers | 396 winnwstr;
|
/titanic_50/usr/src/lib/libxcurses/ |
H A D | Makefile.com | 54 box.o inchn.o pechoch.o vid_attr.o winnwstr.o \
|
/titanic_50/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 693 extern int winnwstr(WINDOW *, wchar_t *, int); 1023 #define innwstr(wcs, n) winnwstr(stdscr, wcs, n) 1033 winnwstr(__w1, wcs, n)) 1038 #define winwstr(w, wcs) (winnwstr(w, wcs, -1), OK)
|
/titanic_50/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 685 extern int winnwstr(WINDOW *, wchar_t *, int); 1019 #define innwstr(wcs,n) winnwstr(stdscr,wcs,n) 1023 #define mvwinnwstr(w,y,x,wcs,n) (wmove(w,y,x)?ERR:winnwstr(w,wcs,n)) 1025 #define winwstr(w,wcs) winnwstr(w,wcs,-1)
|
/titanic_50/usr/src/lib/libxcurses2/src/ |
H A D | mapfile-vers | 397 winnwstr;
|
/titanic_50/usr/src/lib/libxcurses2/src/libc/ |
H A D | llib-lcurses | 944 * winnwstr.c 946 int winnwstr(WINDOW *, wchar_t *, int);
|
H A D | llib-lxcurses | 944 * winnwstr.c 946 int winnwstr(WINDOW *, wchar_t *, int);
|
/titanic_50/usr/src/man/man3xcurses/ |
H A D | Makefile | 382 winnwstr.3xcurses \ 637 winnwstr.3xcurses := LINKSRC = innwstr.3xcurses
|
/titanic_50/usr/src/lib/libxcurses/src/libc/ |
H A D | llib-lcurses | 960 * winnwstr.c 962 int winnwstr(WINDOW *, wchar_t *, int);
|
H A D | llib-lxcurses | 944 * winnwstr.c 946 int winnwstr(WINDOW *, wchar_t *, int);
|
/titanic_50/usr/src/lib/libcurses/ |
H A D | Makefile.com | 106 wgetwch.o winnwstr.o winsnwstr.o winswch.o \
|
/titanic_50/usr/src/man/man3curses/ |
H A D | Makefile | 551 winnwstr.3curses \ 822 winnwstr.3curses := LINKSRC = curs_inwstr.3curses
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | system-library.man3xcurses.inc | 490 link path=usr/share/man/man3xcurses/winnwstr.3xcurses target=innwstr.3xcurses
|
H A D | system-library.man3curses.inc | 780 link path=usr/share/man/man3curses/winnwstr.3curses target=curs_inwstr.3curses
|