Searched defs:untouchwin (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libcurses/screen/
H A Duntouchwin.c48 untouchwin(WINDOW *win) function
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dtouchwin.c58 (untouchwin)(w) function
62 __m_trace("untouchwin(%p)", w);
65 return __m_return_code("untouchwin", wtouchln(w, 0, w->_maxy, 0));
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dtouchwin.c57 #undef untouchwin macro
60 untouchwin(WINDOW *w) function
/osnet-11/usr/src/lib/libxcurses2/h/
H A Dcurses.h628 extern int untouchwin(WINDOW *);
1087 #define untouchwin(w) wtouchln(__w1 = (w), 0, __w1->_maxy, 0) macro
/osnet-11/usr/src/lib/libxcurses/h/
H A Dcurses.h719 extern int untouchwin(WINDOW *);
1082 #define untouchwin(w) wtouchln(w, 0, (w)->_maxy, 0) macro

Completed in 52 milliseconds