/titanic_50/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | addchn.c | 56 code = waddchnstr(stdscr, chs, n); in addchnstr() 69 code = waddchnstr(stdscr, chs, n); in mvaddchnstr() 82 code = waddchnstr(w, chs, n); in mvwaddchnstr() 94 code = waddchnstr(stdscr, chs, -1); in addchstr() 107 code = waddchnstr(stdscr, chs, -1); in mvaddchstr() 120 code = waddchnstr(w, chs, -1); in mvwaddchstr() 132 code = waddchnstr(w, chs, -1); in waddchstr()
|
H A D | waddchn.c | 52 waddchnstr(WINDOW *w, const chtype *chs, int n) in waddchnstr() function
|
/titanic_50/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | addchn.c | 59 code = waddchnstr(stdscr, chs, n); 79 code = waddchnstr(stdscr, chs, n); 100 code = waddchnstr(w, chs, n); 117 code = waddchnstr(stdscr, chs, -1); 136 code = waddchnstr(stdscr, chs, -1); 156 code = waddchnstr(w, chs, -1); 174 code = waddchnstr(w, chs, -1);
|
H A D | waddchn.c | 47 waddchnstr(WINDOW *w, const chtype *chs, int n) in waddchnstr() function
|
/titanic_50/usr/src/lib/libcurses/screen/ |
H A D | _addchnstr.c | 51 return (waddchnstr(stdscr, s, n)); in addchnstr()
|
H A D | _waddchstr.c | 51 return (waddchnstr(win, str, -1)); in waddchstr()
|
H A D | _mvaddchnstr.c | 42 return (wmove(stdscr, y, x) == ERR ? ERR : waddchnstr(stdscr, s, n)); in mvaddchnstr()
|
H A D | _mvwaddchnst.c | 51 return (wmove(win, y, x) == ERR ? ERR : waddchnstr(win, ch, n)); in mvwaddchnstr()
|
H A D | waddchnstr.c | 52 waddchnstr(WINDOW *win, chtype *string, int ncols) in waddchnstr() function
|
H A D | mapfile-vers | 302 waddchnstr;
|
H A D | curses.ed | 413 extern int waddchnstr(WINDOW *, chtype *, int); 546 extern int waddch(), waddchnstr(), waddnstr(), wbkgd(), 933 #define addchnstr(str, n) waddchnstr(stdscr, str, n) 1136 (wmove(win, y, x) == ERR ? ERR : waddchnstr(win, str, n)) 1277 #define waddchstr(win, str) waddchnstr((win), (str), -1)
|
H A D | llib-lcurses | 1101 /* waddchnstr.c */ 1102 int waddchnstr(WINDOW *win, chtype *string, int ncols);
|
/titanic_50/usr/src/lib/libxcurses/src/ |
H A D | mapfile-vers | 350 waddchnstr;
|
/titanic_50/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 641 extern int waddchnstr(WINDOW *, const chtype *, int); 745 #define addchnstr(chs, n) waddchnstr(stdscr, chs, n) 755 waddchnstr(__w1, chs, n)) 760 #define waddchstr(w, chs) waddchnstr(w, chs, -1)
|
/titanic_50/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 403 extern int waddchnstr(WINDOW *, const chtype *, int); 842 #define addchnstr(chs,n) waddchnstr(stdscr,chs,n) 846 #define mvwaddchnstr(w,y,x,chs,n) (wmove(w,y,x)?ERR:waddchnstr(w,chs,n)) 848 #define waddchstr(w,chs) waddchnstr(w,chs,-1)
|
/titanic_50/usr/src/lib/libxcurses2/src/ |
H A D | mapfile-vers | 351 waddchnstr;
|
/titanic_50/usr/src/man/man3xcurses/ |
H A D | Makefile | 336 waddchnstr.3xcurses \ 431 waddchnstr.3xcurses := LINKSRC = addchstr.3xcurses
|
/titanic_50/usr/src/lib/libcurses/ |
H A D | Makefile.com | 92 vwscanw.o waddch.o waddchnstr.o waddnstr.o wattroff.o \
|
/titanic_50/usr/src/man/man3curses/ |
H A D | Makefile | 515 waddchnstr.3curses \ 596 waddchnstr.3curses := LINKSRC = curs_addchstr.3curses
|
/titanic_50/usr/src/lib/libxcurses2/src/libc/ |
H A D | llib-lcurses | 809 int waddchnstr(WINDOW *, const chtype *, int);
|
H A D | llib-lxcurses | 809 int waddchnstr(WINDOW *, const chtype *, int);
|
/titanic_50/usr/src/lib/libxcurses/src/libc/ |
H A D | llib-lcurses | 825 int waddchnstr(WINDOW *, const chtype *, int);
|
H A D | llib-lxcurses | 809 int waddchnstr(WINDOW *, const chtype *, int);
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | system-library.man3xcurses.inc | 425 link path=usr/share/man/man3xcurses/waddchnstr.3xcurses \
|
H A D | system-library.man3curses.inc | 730 link path=usr/share/man/man3curses/waddchnstr.3curses \
|