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

/osnet-11/usr/src/lib/libcurses/screen/
H A D_mvwaddnstr.c49 mvwaddnstr(WINDOW *win, int y, int x, char *s, int n) function
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Daddnstr.c81 (mvwaddnstr)(w, y, x, str, n) function
90 __m_trace("mvwaddnstr(%p, %d, %d, %p, %d)", w, y, x, str, n);
96 return __m_return_code("mvwaddnstr", code);
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Daddnstr.c74 #undef mvwaddnstr macro
77 mvwaddnstr(WINDOW *w, int y, int x, const char *str, int n) function
/osnet-11/usr/src/lib/libxcurses2/h/
H A Dcurses.h516 extern int mvwaddnstr(WINDOW *, int, int, const char *, int);
787 #define mvwaddnstr(w, y, x, s, n) \ macro
/osnet-11/usr/src/lib/libxcurses/h/
H A Dcurses.h417 extern int mvwaddnstr(WINDOW *, int, int, const char *, int);
862 #define mvwaddnstr(w,y,x,s,n) (wmove(w,y,x)?ERR:waddnstr(w,s,n)) macro

Completed in 48 milliseconds