/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | addnws.c | 125 #undef waddwstr 128 waddwstr(WINDOW *w, const wchar_t *wcs) in waddwstr() function
|
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | addnws.c | 161 #undef waddwstr 164 waddwstr(w, wcs) in waddwstr() function
|
/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | _addwstr.c | 42 return (waddwstr(stdscr, ws)); in addwstr()
|
H A D | _waddwstr.c | 40 waddwstr(WINDOW *win, wchar_t *ws) in waddwstr() function
|
H A D | _mvwaddwstr.c | 42 return ((wmove(win, y, x) == ERR ? ERR : waddwstr(win, ws))); in mvwaddwstr()
|
H A D | mapfile-vers | 310 waddwstr;
|
H A D | curses.ed | 816 extern int waddwstr(WINDOW *, wchar_t *); 882 mvwinwchstr(), mvwinwstr(), waddwchstr(), waddwstr(), 944 #define addwstr(ws) waddwstr(stdscr, ws) 1154 (wmove(win, y, x) == ERR ? ERR : waddwstr(win, ws)) 1180 #define waddwstr(win, ws) waddnwstr(win, ws, -1)
|
H A D | llib-lcurses | 558 int waddwstr(WINDOW *win, wchar_t *ws);
|
/titanic_41/usr/src/lib/libxcurses/src/ |
H A D | mapfile-vers | 358 waddwstr;
|
/titanic_41/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 424 extern int waddwstr(WINDOW *, const wchar_t *); 867 #define addwstr(wcs) waddwstr(stdscr,wcs) 871 #define mvwaddwstr(w,y,x,wcs) (wmove(w,y,x)?ERR:waddwstr(w,wcs)) 872 #define waddwstr(w,wcs) waddnwstr(w,wcs,-1) macro
|
/titanic_41/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 649 extern int waddwstr(WINDOW *, const wchar_t *); 795 #define addwstr(wcs) waddwstr(stdscr, wcs) 807 (wmove(__w1 = (w), y, x) ? (wcs, ERR) : waddwstr(__w1, wcs)) 809 #define waddwstr(w, wcs) waddnwstr(w, wcs, -1) macro
|
/titanic_41/usr/src/lib/libxcurses2/src/ |
H A D | mapfile-vers | 359 waddwstr;
|
/titanic_41/usr/src/man/man3xcurses/ |
H A D | Makefile | 341 waddwstr.3xcurses \ 448 waddwstr.3xcurses := LINKSRC = addnwstr.3xcurses
|
/titanic_41/usr/src/man/man3curses/ |
H A D | Makefile | 523 waddwstr.3curses \ 631 waddwstr.3curses := LINKSRC = curs_addwstr.3curses
|
/titanic_41/usr/src/lib/libxcurses/src/libc/ |
H A D | llib-lcurses | 84 int waddwstr(WINDOW *, const wchar_t *);
|
H A D | llib-lxcurses | 84 int waddwstr(WINDOW *, const wchar_t *);
|
/titanic_41/usr/src/lib/libxcurses2/src/libc/ |
H A D | llib-lcurses | 84 int waddwstr(WINDOW *, const wchar_t *);
|
H A D | llib-lxcurses | 84 int waddwstr(WINDOW *, const wchar_t *);
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-library.man3xcurses.inc | 433 link path=usr/share/man/man3xcurses/waddwstr.3xcurses target=addnwstr.3xcurses
|
H A D | system-library.man3curses.inc | 743 link path=usr/share/man/man3curses/waddwstr.3curses \
|
/titanic_41/ |
H A D | .gitignore | 5949 usr/src/man/man3curses/waddwstr.3curses 8042 usr/src/man/man3xcurses/waddwstr.3xcurses
|