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

/osnet-11/usr/src/lib/libcurses/screen/
H A D_mvaddnstr.c49 mvaddnstr(int y, int x, char *s, int n) function
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Daddnstr.c63 (mvaddnstr)(y, x, str, n) function
71 __m_trace("mvaddnstr(%d, %d, %p, %d)", y, x, str, n);
77 return __m_return_code("mvaddnstr", code);
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Daddnstr.c61 #undef mvaddnstr macro
64 mvaddnstr(int y, int x, const char *str, int n) function
/osnet-11/usr/src/lib/libxcurses2/h/
H A Dcurses.h474 extern int mvaddnstr(int, int, const char *, int);
781 #define mvaddnstr(y, x, s, n) \ macro
/osnet-11/usr/src/lib/libxcurses/h/
H A Dcurses.h413 extern int mvaddnstr(int, int, const char *, int);
860 #define mvaddnstr(y,x,s,n) (move(y,x)?ERR:addnstr(s,n)) macro

Completed in 47 milliseconds