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