Searched defs:mvwaddstr (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libcurses/screen/
H A D_mvwaddstr.c49 mvwaddstr(WINDOW *win, int y, int x, char *str) function
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Daddnstr.c132 (mvwaddstr)(w, y, x, str) function
140 __m_trace("mvwaddstr(%p, %d, %d, %p)", w, y, x, str);
146 return __m_return_code("mvwaddstr", code);
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Daddnstr.c112 #undef mvwaddstr macro
115 mvwaddstr(WINDOW *w, int y, int x, const char *str) function
H A Dgetwin.c50 #undef mvwaddstr macro
69 if (mvwaddstr(w, y, x, mbs) == ERR)
/osnet-11/usr/src/lib/libxcurses2/h/
H A Dcurses.h518 extern int mvwaddstr(WINDOW *, int, int, const char *);
790 #define mvwaddstr(w, y, x, s) \ macro
/osnet-11/usr/src/lib/libxcurses/h/
H A Dcurses.h418 extern int mvwaddstr(WINDOW *, int, int, const char *);
863 #define mvwaddstr(w,y,x,s) (wmove(w,y,x)?ERR:waddstr(w,s)) macro

Completed in 34 milliseconds