Searched refs:__m_touch_locs (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | copywin.c | 110 __m_touch_locs(t, tminr, tc, tc + 1); in copywin()
|
H A D | private.h | 198 extern void __m_touch_locs(WINDOW *, int, int, int);
|
H A D | m_cc.c | 144 __m_touch_locs(WINDOW *w, int row, int firstCol, int lastCol) in __m_touch_locs() function 753 __m_touch_locs(w, y, x, x + width); in __m_cc_modify()
|