Home
last modified time | relevance | path

Searched refs:mvwaddchstr (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Daddchn.c110 #undef mvwaddchstr
113 mvwaddchstr(WINDOW *w, int y, int x, const chtype *chs) in mvwaddchstr() function
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Daddchn.c139 #undef mvwaddchstr
142 mvwaddchstr(w, y, x, chs) in mvwaddchstr() function
/illumos-gate/usr/src/lib/libcurses/screen/
H A D_mvwaddchstr.c47 mvwaddchstr(WINDOW *win, int y, int x, chtype *ch) in mvwaddchstr() function
H A Dmapfile-vers177 mvwaddchstr;
H A Dcurses.ed701 extern int mvwaddchstr(WINDOW *, int, int, chtype *);
848 mvwaddchstr(), mvwaddnstr(), mvwaddstr(), mvwdelch(),
1060 mvwaddchstr(stdscr, y, x, str)
1133 #define mvwaddchstr(win, y, x, str) \
/illumos-gate/usr/src/lib/libxcurses/src/
H A Dmapfile-vers212 mvwaddchstr;
/illumos-gate/usr/src/lib/libxcurses2/src/
H A Dmapfile-vers214 mvwaddchstr;
/illumos-gate/usr/src/man/man3xcurses/
H A DMakefile230 mvwaddchstr.3xcurses \
430 mvwaddchstr.3xcurses := LINKSRC = addchstr.3xcurses
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h396 extern int mvwaddchstr(WINDOW *, int, int, const chtype *);
845 #define mvwaddchstr(w,y,x,chs) (wmove(w,y,x)?ERR:waddchstr(w,chs)) macro
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h513 extern int mvwaddchstr(WINDOW *, int, int, const chtype *);
755 #define mvwaddchstr(w, y, x, chs) \ macro
/illumos-gate/usr/src/man/man3curses/
H A DMakefile325 mvwaddchstr.3curses \
595 mvwaddchstr.3curses := LINKSRC = curs_addchstr.3curses
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3xcurses.inc217 link path=usr/share/man/man3xcurses/mvwaddchstr.3xcurses \
H A Dsystem-library.man3curses.inc377 link path=usr/share/man/man3curses/mvwaddchstr.3curses \