Searched defs:mvwaddchnstr (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A D_mvwaddchnst.c49 mvwaddchnstr(WINDOW *win, int y, int x, chtype *ch, int n) function
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Daddchn.c84 #undef mvwaddchnstr macro
87 mvwaddchnstr(w, y, x, chs, n) function
96 __m_trace("mvwaddchnstr(%p, %d, %d, %p, %d)", w, y, x, chs, n);
102 return __m_return_code("mvwaddchnstr", code);
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Daddchn.c74 #undef mvwaddchnstr macro
77 mvwaddchnstr(WINDOW *w, int y, int x, const chtype *chs, int n) function
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h514 extern int mvwaddchnstr(WINDOW *, int, int, const chtype *, int);
753 #define mvwaddchnstr(w, y, x, chs, n) \ macro
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h397 extern int mvwaddchnstr(WINDOW *, int, int, const chtype *, int);
846 #define mvwaddchnstr(w,y,x,chs,n) (wmove(w,y,x)?ERR:waddchnstr(w,chs,n)) macro
/illumos-gate/usr/src/man/man3xcurses/
H A DMakefile229 mvwaddchnstr.3xcurses \
429 mvwaddchnstr.3xcurses := LINKSRC = addchstr.3xcurses
/illumos-gate/usr/src/man/man3curses/
H A DMakefile324 mvwaddchnstr.3curses \
594 mvwaddchnstr.3curses := LINKSRC = curs_addchstr.3curses

Completed in 75 milliseconds