Searched defs:__m_do_scroll (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dm_cc.c567 __m_do_scroll(WINDOW *w, int y, int x, int *yp, int *xp) function
628 if (__m_do_scroll(w, y, x, &y, &x) == ERR)
636 if (__m_do_scroll(w, y, x, &y, &x) == ERR)
652 if (__m_do_scroll(w, y, x, &y, &x) == ERR)
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dm_cc.c583 __m_do_scroll(WINDOW *w, int y, int x, int *yp, int *xp) function
651 if (__m_do_scroll(w, y, x, &y, &x) == ERR)
659 if (__m_do_scroll(w, y, x, &y, &x) == ERR)
677 if (__m_do_scroll(w, y, x, &y, &x) == ERR) {
714 if (__m_do_scroll(w, y, x, &y, &x) == ERR)

Completed in 47 milliseconds