Searched refs:__m_cc_islast (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | copywin.c | 119 if (tmaxc + 1 < t->_maxx && !__m_cc_islast(t, tminr, tmaxc)) in copywin()
|
H A D | wrefresh.c | 138 if (!__m_cc_islast(ns, ny, nx+dx-1)) { in wnoutrefresh()
|
H A D | private.h | 165 extern int __m_cc_islast(WINDOW *, int, int);
|
H A D | m_cc.c | 496 __m_cc_islast(WINDOW *w, int y, int x) in __m_cc_islast() function
|
/titanic_50/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | copywin.c | 135 if (tmaxc + 1 < t->_maxx && !__m_cc_islast(t, tminr, tmaxc))
|
H A D | wrefresh.c | 132 if (!__m_cc_islast(ns, ny, nx+dx-1)) {
|
H A D | private.h | 179 extern int __m_cc_islast(WINDOW *, int, int);
|
H A D | m_cc.c | 490 __m_cc_islast(w, y, x) in __m_cc_islast() function
|