Home
last modified time | relevance | path

Searched refs:waddchnstr (Results 1 – 25 of 26) sorted by relevance

12

/titanic_50/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Daddchn.c56 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 Dwaddchn.c52 waddchnstr(WINDOW *w, const chtype *chs, int n) in waddchnstr() function
/titanic_50/usr/src/lib/libxcurses/src/libc/xcurses/
H A Daddchn.c59 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 Dwaddchn.c47 waddchnstr(WINDOW *w, const chtype *chs, int n) in waddchnstr() function
/titanic_50/usr/src/lib/libcurses/screen/
H A D_addchnstr.c51 return (waddchnstr(stdscr, s, n)); in addchnstr()
H A D_waddchstr.c51 return (waddchnstr(win, str, -1)); in waddchstr()
H A D_mvaddchnstr.c42 return (wmove(stdscr, y, x) == ERR ? ERR : waddchnstr(stdscr, s, n)); in mvaddchnstr()
H A D_mvwaddchnst.c51 return (wmove(win, y, x) == ERR ? ERR : waddchnstr(win, ch, n)); in mvwaddchnstr()
H A Dwaddchnstr.c52 waddchnstr(WINDOW *win, chtype *string, int ncols) in waddchnstr() function
H A Dmapfile-vers302 waddchnstr;
H A Dcurses.ed413 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 Dllib-lcurses1101 /* waddchnstr.c */
1102 int waddchnstr(WINDOW *win, chtype *string, int ncols);
/titanic_50/usr/src/lib/libxcurses/src/
H A Dmapfile-vers350 waddchnstr;
/titanic_50/usr/src/lib/libxcurses2/h/
H A Dcurses.h641 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 Dcurses.h403 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 Dmapfile-vers351 waddchnstr;
/titanic_50/usr/src/man/man3xcurses/
H A DMakefile336 waddchnstr.3xcurses \
431 waddchnstr.3xcurses := LINKSRC = addchstr.3xcurses
/titanic_50/usr/src/lib/libcurses/
H A DMakefile.com92 vwscanw.o waddch.o waddchnstr.o waddnstr.o wattroff.o \
/titanic_50/usr/src/man/man3curses/
H A DMakefile515 waddchnstr.3curses \
596 waddchnstr.3curses := LINKSRC = curs_addchstr.3curses
/titanic_50/usr/src/lib/libxcurses2/src/libc/
H A Dllib-lcurses809 int waddchnstr(WINDOW *, const chtype *, int);
H A Dllib-lxcurses809 int waddchnstr(WINDOW *, const chtype *, int);
/titanic_50/usr/src/lib/libxcurses/src/libc/
H A Dllib-lcurses825 int waddchnstr(WINDOW *, const chtype *, int);
H A Dllib-lxcurses809 int waddchnstr(WINDOW *, const chtype *, int);
/titanic_50/usr/src/pkg/manifests/
H A Dsystem-library.man3xcurses.inc425 link path=usr/share/man/man3xcurses/waddchnstr.3xcurses \
H A Dsystem-library.man3curses.inc730 link path=usr/share/man/man3curses/waddchnstr.3curses \

12