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

/osnet-11/usr/src/lib/libcurses/screen/
H A D_mvaddchnstr.c40 mvaddchnstr(int y, int x, chtype *s, int n) function
/osnet-11/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);
/osnet-11/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
/osnet-11/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
/osnet-11/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

Completed in 45 milliseconds