Searched refs:__m_ptr_move (Results 1 - 10 of 10) sorted by relevance
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | winsdel.c | 74 (void) __m_ptr_move( 83 (void) __m_ptr_move(
|
H A D | ptrmove.c | 54 __m_ptr_move(array, length, start, finish, to) function 60 "__m_ptr_move(%p, %d, %d, %d, %d)", 65 return __m_return_int("__m_ptr_move()", -1); 76 return __m_return_int("__m_ptr_move()", -1); 79 return __m_return_int("__m_ptr_move()", 0);
|
H A D | wscrl.c | 84 (void) __m_ptr_move((void **) w->_line, w->_maxy, start, finish, to);
|
H A D | private.h | 193 extern int __m_ptr_move(void **, unsigned, unsigned, unsigned, unsigned);
|
H A D | doupdate.c | 579 (void) __m_ptr_move( 624 (void) __m_ptr_move(
|
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | winsdel.c | 73 (void) __m_ptr_move((void **) w->_line, w->_maxy, 80 (void) __m_ptr_move((void **) w->_line, w->_maxy,
|
H A D | ptrmove.c | 57 __m_ptr_move(void **array, unsigned int length, function
|
H A D | wscrl.c | 126 (void) __m_ptr_move((void **) w->_line, w->_maxy,
|
H A D | private.h | 184 extern int __m_ptr_move(void **, unsigned, unsigned, unsigned, unsigned);
|
H A D | doupdate.c | 728 (void) __m_ptr_move((void **) curscr->_line, 768 (void) __m_ptr_move((void **) curscr->_line,
|
Completed in 48 milliseconds