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

/illumos-gate/usr/src/lib/libcurses/screen/
H A D_mvaddchnstr.c40 mvaddchnstr(int y, int x, chtype *s, int n) function
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Daddchn.c64 #undef mvaddchnstr macro
67 mvaddchnstr(y, x, chs, n) function
75 __m_trace("mvaddchnstr(%d, %d, %p, %d)", y, x, chs, n);
81 return __m_return_code("mvaddchnstr", code);
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Daddchn.c61 #undef mvaddchnstr macro
64 mvaddchnstr(int y, int x, const chtype *chs, int n) function
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h472 extern int mvaddchnstr(int, int, const chtype *, int);
747 #define mvaddchnstr(y, x, chs, n) \ macro
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h391 extern int mvaddchnstr(int, int, const chtype *, int);
844 #define mvaddchnstr(y,x,chs,n) (move(y,x)?ERR:addchnstr(chs,n)) macro
/illumos-gate/usr/src/man/man3xcurses/
H A DMakefile191 mvaddchnstr.3xcurses \
427 mvaddchnstr.3xcurses := LINKSRC = addchstr.3xcurses
/illumos-gate/usr/src/man/man3curses/
H A DMakefile288 mvaddchnstr.3curses \
592 mvaddchnstr.3curses := LINKSRC = curs_addchstr.3curses

Completed in 77 milliseconds