Searched defs:mvins_wch (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | ins_wch.c | 62 (mvins_wch)(y, x, cc) function 69 __m_trace("mvins_wch(%d, %d, %p)", y, x, cc); 75 return __m_return_code("mvins_wch", code);
|
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | ins_wch.c | 61 #undef mvins_wch macro 64 mvins_wch(int y, int x, const cchar_t *cc) function
|
/osnet-11/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 503 extern int mvins_wch(int, int, const cchar_t *); 1045 #define mvins_wch(y, x, cp) (move(y, x) ? (cp, ERR) : ins_wch(cp)) macro
|
/osnet-11/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 691 extern int mvins_wch(int, int, const cchar_t *); 1032 #define mvins_wch(y,x,cp) (move(y,x)?ERR:ins_wch(cp)) macro
|
Completed in 33 milliseconds