Searched defs:mvaddnstr (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/lib/libcurses/screen/ |
H A D | _mvaddnstr.c | 49 mvaddnstr(int y, int x, char *s, int n) function
|
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | addnstr.c | 63 (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 D | addnstr.c | 61 #undef mvaddnstr macro 64 mvaddnstr(int y, int x, const char *str, int n) function
|
/osnet-11/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 474 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 D | curses.h | 413 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 42 milliseconds