Home
last modified time | relevance | path

Searched refs:__m_touch_locs (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dcopywin.c110 __m_touch_locs(t, tminr, tc, tc + 1); in copywin()
H A Dprivate.h198 extern void __m_touch_locs(WINDOW *, int, int, int);
H A Dm_cc.c144 __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()