Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Daddchn.c72 #undef mvwaddchnstr
75 mvwaddchnstr(WINDOW *w, int y, int x, const chtype *chs, int n) in mvwaddchnstr() function
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Daddchn.c82 #undef mvwaddchnstr
85 mvwaddchnstr(w, y, x, chs, n) in mvwaddchnstr() function
/illumos-gate/usr/src/lib/libcurses/screen/
H A D_mvwaddchnst.c47 mvwaddchnstr(WINDOW *win, int y, int x, chtype *ch, int n) in mvwaddchnstr() function
H A Dmapfile-vers176 mvwaddchnstr;
H A Dcurses.ed700 extern int mvwaddchnstr(WINDOW *, int, int, chtype *, int);
847 mvinsstr(), mvinstr(), mvvline(), mvwaddch(), mvwaddchnstr(),
1062 mvwaddchnstr(stdscr, y, x, str, n)
1135 #define mvwaddchnstr(win, y, x, str, n) \
/illumos-gate/usr/src/lib/libxcurses/src/
H A Dmapfile-vers211 mvwaddchnstr;
/illumos-gate/usr/src/lib/libxcurses2/src/
H A Dmapfile-vers213 mvwaddchnstr;
/illumos-gate/usr/src/man/man3xcurses/
H A DMakefile229 mvwaddchnstr.3xcurses \
429 mvwaddchnstr.3xcurses := LINKSRC = addchstr.3xcurses
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h395 extern int mvwaddchnstr(WINDOW *, int, int, const chtype *, int);
844 #define mvwaddchnstr(w,y,x,chs,n) (wmove(w,y,x)?ERR:waddchnstr(w,chs,n)) macro
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h512 extern int mvwaddchnstr(WINDOW *, int, int, const chtype *, int);
751 #define mvwaddchnstr(w, y, x, chs, n) \ macro
/illumos-gate/usr/src/man/man3curses/
H A DMakefile324 mvwaddchnstr.3curses \
594 mvwaddchnstr.3curses := LINKSRC = curs_addchstr.3curses
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3xcurses.inc215 link path=usr/share/man/man3xcurses/mvwaddchnstr.3xcurses \
H A Dsystem-library.man3curses.inc375 link path=usr/share/man/man3curses/mvwaddchnstr.3curses \