Searched defs:untouchwin (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/lib/libcurses/screen/ |
H A D | untouchwin.c | 48 untouchwin(WINDOW *win) function
|
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | touchwin.c | 58 (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 D | touchwin.c | 57 #undef untouchwin macro 60 untouchwin(WINDOW *w) function
|
/osnet-11/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 628 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 D | curses.h | 719 extern int untouchwin(WINDOW *); 1082 #define untouchwin(w) wtouchln(w, 0, (w)->_maxy, 0) macro
|
Completed in 34 milliseconds