Searched defs:mvaddchnstr (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/lib/libcurses/screen/ |
H A D | _mvaddchnstr.c | 40 mvaddchnstr(int y, int x, chtype *s, int n) function
|
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | addchn.c | 64 #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 D | addchn.c | 61 #undef mvaddchnstr macro 64 mvaddchnstr(int y, int x, const chtype *chs, int n) function
|
/osnet-11/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 472 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 D | curses.h | 391 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 76 milliseconds