/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | innwstr.c | 127 #undef winwstr 130 winwstr(WINDOW *w, wchar_t *wcs) in winwstr() function
|
/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | _inwstr.c | 42 return (winwstr(stdscr, ws)); in inwstr()
|
H A D | _mvwinwstr.c | 42 return ((wmove(win, y, x) == ERR ? ERR : winwstr(win, ws))); in mvwinwstr()
|
H A D | winwstr.c | 39 winwstr(WINDOW *win, wchar_t *wstr) in winwstr() function
|
H A D | mapfile-vers | 351 winwstr;
|
H A D | curses.ed | 483 extern int winwstr(WINDOW *, wchar_t *); 568 winwchnstr(), winwstr(); 956 #define inwstr(ws) winwstr(stdscr, ws) 1176 (wmove(win, y, x) == ERR ? ERR : winwstr(win, ws))
|
H A D | llib-lcurses | 1203 /* winwstr.c */ 1204 int winwstr(WINDOW *win, wchar_t *wstr);
|
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | innwstr.c | 150 (winwstr)(w, wcs) variable
|
/titanic_41/usr/src/lib/libxcurses/src/ |
H A D | mapfile-vers | 409 winwstr;
|
/titanic_41/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 686 extern int winwstr(WINDOW *, wchar_t *); 1020 #define inwstr(wcs) winwstr(stdscr,wcs) 1024 #define mvwinwstr(w,y,x,wcs) (wmove(w,y,x)?ERR:winwstr(w,wcs)) 1025 #define winwstr(w,wcs) winnwstr(w,wcs,-1) macro
|
/titanic_41/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 706 extern int winwstr(WINDOW *, wchar_t *); 1024 #define inwstr(wcs) winwstr(stdscr, wcs) 1036 (wmove(__w1 = (w), y, x) ? (wcs, ERR) : winwstr(__w1, wcs)) 1038 #define winwstr(w, wcs) (winnwstr(w, wcs, -1), OK) macro
|
/titanic_41/usr/src/lib/libxcurses2/src/ |
H A D | mapfile-vers | 410 winwstr;
|
/titanic_41/usr/src/man/man3xcurses/ |
H A D | Makefile | 392 winwstr.3xcurses \ 638 winwstr.3xcurses := LINKSRC = innwstr.3xcurses
|
/titanic_41/usr/src/lib/libcurses/ |
H A D | Makefile.com | 107 winwch.o winwchnstr.o winwstr.o \
|
/titanic_41/usr/src/man/man3curses/ |
H A D | Makefile | 564 winwstr.3curses \ 823 winwstr.3curses := LINKSRC = curs_inwstr.3curses
|
/titanic_41/usr/src/lib/libxcurses/src/libc/ |
H A D | llib-lcurses | 428 int winwstr(WINDOW *, wchar_t *);
|
H A D | llib-lxcurses | 428 int winwstr(WINDOW *, wchar_t *);
|
/titanic_41/usr/src/lib/libxcurses2/src/libc/ |
H A D | llib-lcurses | 428 int winwstr(WINDOW *, wchar_t *);
|
H A D | llib-lxcurses | 428 int winwstr(WINDOW *, wchar_t *);
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-library.man3xcurses.inc | 504 link path=usr/share/man/man3xcurses/winwstr.3xcurses target=innwstr.3xcurses
|
H A D | system-library.man3curses.inc | 799 link path=usr/share/man/man3curses/winwstr.3curses target=curs_inwstr.3curses
|
/titanic_41/ |
H A D | .gitignore | 5990 usr/src/man/man3curses/winwstr.3curses 8093 usr/src/man/man3xcurses/winwstr.3xcurses
|