/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | addchn.c | 125 #undef waddchstr 128 waddchstr(WINDOW *w, const chtype *chs) in waddchstr() function
|
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | addchn.c | 161 #undef waddchstr 164 waddchstr(w, chs) in waddchstr() function
|
/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | _addchstr.c | 51 return (waddchstr(stdscr, s)); in addchstr()
|
H A D | _waddchstr.c | 49 waddchstr(WINDOW *win, chtype *str) in waddchstr() function
|
H A D | _mvaddchstr.c | 51 return (wmove(stdscr, y, x) == ERR ? ERR : waddchstr(stdscr, s)); in mvaddchstr()
|
H A D | _mvwaddchstr.c | 51 return (wmove(win, y, x) == ERR ? ERR : waddchstr(win, ch)); in mvwaddchstr()
|
H A D | mapfile-vers | 303 waddchstr;
|
H A D | curses.ed | 744 extern int waddchstr(WINDOW *, chtype *); 860 waddchstr(), waddstr(), wclear(), 932 #define addchstr(str) waddchstr(stdscr, str) 1134 (wmove(win, y, x) == ERR ? ERR : waddchstr(win, str)) 1277 #define waddchstr(win, str) waddchnstr((win), (str), -1)
|
H A D | llib-lcurses | 549 int waddchstr(WINDOW *win, chtype *str);
|
/titanic_41/usr/src/lib/libxcurses/src/ |
H A D | mapfile-vers | 351 waddchstr;
|
/titanic_41/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 404 extern int waddchstr(WINDOW *, const chtype *); 843 #define addchstr(chs) waddchstr(stdscr,chs) 847 #define mvwaddchstr(w,y,x,chs) (wmove(w,y,x)?ERR:waddchstr(w,chs)) 848 #define waddchstr(w,chs) waddchnstr(w,chs,-1) macro
|
/titanic_41/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 642 extern int waddchstr(WINDOW *, const chtype *); 746 #define addchstr(chs) waddchstr(stdscr, chs) 758 (wmove(__w1 = (w), y, x) ? ((chs), ERR) : waddchstr(__w1, chs)) 760 #define waddchstr(w, chs) waddchnstr(w, chs, -1) macro
|
/titanic_41/usr/src/lib/libxcurses2/src/ |
H A D | mapfile-vers | 352 waddchstr;
|
/titanic_41/usr/src/man/man3xcurses/ |
H A D | Makefile | 337 waddchstr.3xcurses \ 432 waddchstr.3xcurses := LINKSRC = addchstr.3xcurses
|
/titanic_41/usr/src/man/man3curses/ |
H A D | Makefile | 516 waddchstr.3curses \ 597 waddchstr.3curses := LINKSRC = curs_addchstr.3curses
|
/titanic_41/usr/src/lib/libxcurses/src/libc/ |
H A D | llib-lcurses | 62 int waddchstr(WINDOW *, const chtype *);
|
H A D | llib-lxcurses | 62 int waddchstr(WINDOW *, const chtype *);
|
/titanic_41/usr/src/lib/libxcurses2/src/libc/ |
H A D | llib-lcurses | 62 int waddchstr(WINDOW *, const chtype *);
|
H A D | llib-lxcurses | 62 int waddchstr(WINDOW *, const chtype *);
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-library.man3xcurses.inc | 427 link path=usr/share/man/man3xcurses/waddchstr.3xcurses \
|
H A D | system-library.man3curses.inc | 732 link path=usr/share/man/man3curses/waddchstr.3curses \
|
/titanic_41/ |
H A D | .gitignore | 5942 usr/src/man/man3curses/waddchstr.3curses 8038 usr/src/man/man3xcurses/waddchstr.3xcurses
|